Skip to content

Commit f8ff4d5

Browse files
committed
Update gradle
1 parent 2c090c0 commit f8ff4d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

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

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
}
1313
buildTypes {
1414
release {
15-
runProguard false
15+
minifyEnabled false
1616
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
1717
}
1818
}

0 commit comments

Comments
 (0)