Skip to content

Commit 6887cc1

Browse files
author
Daniel Novak
committed
Update gradle
1 parent e204345 commit 6887cc1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven'
33

44
android {
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

2626
dependencies {
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

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
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
}

0 commit comments

Comments
 (0)