We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c090c0 commit f8ff4d5Copy full SHA for f8ff4d5
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
mavenCentral()
4
}
5
dependencies {
6
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.14.4'
7
8
9
example/build.gradle
@@ -12,7 +12,7 @@ android {
12
13
buildTypes {
14
release {
15
- runProguard false
+ minifyEnabled false
16
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
17
18
0 commit comments