Skip to content

Commit 5f59e4c

Browse files
author
kumiko.koshiro
committed
update gradle version
1 parent 9766c98 commit 5f59e4c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

lib/build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,19 @@ apply plugin: 'com.android.library'
1111
apply plugin: 'bintray-release'
1212

1313
android {
14-
compileSdkVersion 19
15-
buildToolsVersion "19.1.0"
14+
compileSdkVersion 21
15+
buildToolsVersion "21.1.2"
1616

1717
defaultConfig {
1818
minSdkVersion 18
19-
targetSdkVersion 19
19+
targetSdkVersion 21
2020
}
21+
2122
buildTypes {
2223
release {
23-
runProguard false
24+
zipAlignEnabled true
25+
minifyEnabled false
26+
shrinkResources false
2427
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2528
}
2629
}

0 commit comments

Comments
 (0)