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 9766c98 commit 5f59e4cCopy full SHA for 5f59e4c
lib/build.gradle
@@ -11,16 +11,19 @@ apply plugin: 'com.android.library'
11
apply plugin: 'bintray-release'
12
13
android {
14
- compileSdkVersion 19
15
- buildToolsVersion "19.1.0"
+ compileSdkVersion 21
+ buildToolsVersion "21.1.2"
16
17
defaultConfig {
18
minSdkVersion 18
19
- targetSdkVersion 19
+ targetSdkVersion 21
20
}
21
+
22
buildTypes {
23
release {
- runProguard false
24
+ zipAlignEnabled true
25
+ minifyEnabled false
26
+ shrinkResources false
27
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
28
29
0 commit comments