Skip to content

Commit

Permalink
Update to gradle-experimental-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rschiu committed Jul 28, 2015
1 parent b92944f commit 659f060
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion MoreTeapots/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion MoreTeapots/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion Teapot/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ model {
}
android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion Teapot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion Teapot/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion bitmap-plasma/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ model {

android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')

println(proguardFiles)
Expand Down
2 changes: 1 addition & 1 deletion bitmap-plasma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion bitmap-plasma/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion endless-tunnel/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ model {

android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
}
}

Expand Down
2 changes: 1 addition & 1 deletion endless-tunnel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion endless-tunnel/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion gles3jni/app/build-18.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ model {
}
android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion gles3jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gles3jni/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion hello-gl2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ model {

android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion hello-gl2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion hello-gl2/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion hello-jni/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ model {
}
android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion hello-jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion hello-jni/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion native-activity/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ model {
}
android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion native-activity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion native-activity/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion native-audio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ model {
}
android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion native-audio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion native-audio/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion native-codec/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ model {
}
android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion native-codec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion native-codec/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion native-media/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ model {
}
android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion native-media/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion native-media/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion native-plasma/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ model {
}
android.buildTypes {
release {
isMinifyEnabled = false
minifyEnabled = false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion native-plasma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion native-plasma/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
2 changes: 1 addition & 1 deletion san-angeles/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ model {
}
android.buildTypes {
release {
isMinifyEnabled=false
minifyEnabled=false
proguardFiles += file('proguard-rules.txt')
}
}
Expand Down
2 changes: 1 addition & 1 deletion san-angeles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
classpath 'com.android.tools.build:gradle-experimental:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion san-angeles/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip

0 comments on commit 659f060

Please sign in to comment.