Skip to content

Commit 0f6113a

Browse files
committed
Upgrade to latest Android Gradle plugin (0.14.4)
1 parent 1690965 commit 0f6113a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:0.12.+'
8+
classpath 'com.android.tools.build:gradle:0.14.+'
99
}
1010
}
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Jun 28 09:10:49 MSK 2014
1+
#Wed Dec 03 09:33:38 MSK 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip

netcat/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.12.+'
7-
classpath 'com.github.jcandksolutions.gradle:android-unit-test:1.5.+'
6+
classpath 'com.android.tools.build:gradle:0.14.+'
7+
classpath 'com.github.jcandksolutions.gradle:android-unit-test:2.0.+'
88
}
99
}
1010
apply plugin: 'com.android.application'
@@ -52,7 +52,7 @@ android {
5252
}
5353
release {
5454
signingConfig signingConfigs.release
55-
runProguard false
55+
minifyEnabled false
5656
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
5757
}
5858
}

0 commit comments

Comments
 (0)