Skip to content

Commit 521f751

Browse files
old
1 parent b77e02a commit 521f751

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

library/build.gradle

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

33
android {
4-
compileSdkVersion 21
5-
buildToolsVersion '21.1.2'
4+
compileSdkVersion 22
5+
buildToolsVersion '22.0.1'
66

77
defaultConfig {
88
minSdkVersion 3
9-
targetSdkVersion 21
9+
targetSdkVersion 22
1010
}
1111

1212
lintOptions {

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repositories {
88
}
99

1010
android {
11-
compileSdkVersion 21
12-
buildToolsVersion '21.1.2'
11+
compileSdkVersion 22
12+
buildToolsVersion '22.0.1'
1313

1414
defaultConfig {
1515
minSdkVersion 3
16-
targetSdkVersion 21
16+
targetSdkVersion 22
1717
}
1818

1919
compileOptions {

0 commit comments

Comments
 (0)