File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22apply plugin : ' maven'
33
44android {
5- compileSdkVersion 20
6- buildToolsVersion ' 21.1.1 '
5+ compileSdkVersion 21
6+ buildToolsVersion ' 21.1.2 '
77
88 defaultConfig {
99 minSdkVersion 15
10- targetSdkVersion 20
10+ targetSdkVersion 21
1111 versionCode 1
1212 versionName VERSION_NAME
1313 }
@@ -25,7 +25,7 @@ android {
2525
2626dependencies {
2727 compile fileTree(dir : ' libs' , include : [' *.jar' ])
28- compile ' com.android.support:support-v4:20 .0.0 '
28+ compile ' com.android.support:support-v4:21 .0.3 '
2929 compile ' com.android.support:support-annotations:20.0.0'
3030}
3131
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 20
5- buildToolsVersion " 20.0.0 "
4+ compileSdkVersion 21
5+ buildToolsVersion " 21.1.2 "
66
77 defaultConfig {
88 applicationId ' eu.inloop.viewmodel.sample'
99 minSdkVersion 15
10- targetSdkVersion 20
10+ targetSdkVersion 21
1111 versionCode 1
1212 versionName ' 1.0'
1313 }
You can’t perform that action at this time.
0 commit comments