Skip to content

Commit 2b9b272

Browse files
committed
Updated SDKs
1 parent ac39f7d commit 2b9b272

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ repositories {
55
}
66

77
android {
8-
compileSdkVersion 21
9-
buildToolsVersion "21.1.1"
8+
compileSdkVersion 22
9+
buildToolsVersion "22.0.1"
1010

1111
defaultConfig {
1212
minSdkVersion 9
13-
targetSdkVersion 21
13+
targetSdkVersion 22
1414
}
1515
}
1616

1717
dependencies {
18-
compile 'com.android.support:appcompat-v7:20.0.0'
18+
compile 'com.android.support:appcompat-v7:22.0.0'
1919
}
2020

2121
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

0 commit comments

Comments
 (0)