Skip to content

Commit dd22654

Browse files
author
Juraj Novák
committed
Update gradle plugin (fixes issue with proguard)
1 parent b973d4e commit dd22654

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.2.3'
6+
classpath 'com.android.tools.build:gradle:2.3.0'
77
}
88
}
99

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Sep 14 09:54:42 CEST 2016
1+
#Mon Mar 13 13:06:15 CET 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-all.zip

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
}
2626

2727
dependencies {
28-
compile 'com.android.support:appcompat-v7:25.1.1'
28+
compile 'com.android.support:appcompat-v7:25.2.0'
2929
}
3030

3131
task androidJavadocs(type: Javadoc) {

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 24
4+
compileSdkVersion 25
55
buildToolsVersion '25.0.2'
66

77
defaultConfig {
@@ -30,7 +30,7 @@ android {
3030
}
3131

3232
dependencies {
33-
compile 'com.android.support:appcompat-v7:25.1.1'
33+
compile 'com.android.support:appcompat-v7:25.2.0'
3434
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4'
3535
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4'
3636
compile 'com.jakewharton:butterknife:5.1.2'

0 commit comments

Comments
 (0)