File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ language: android
2
2
jdk : openjdk7
3
3
android :
4
4
components :
5
- - build-tools-21.1.2
5
+ - build-tools-22.0.1
6
6
- extra-android-support
7
7
- extra-android-m2repository
8
- - android-21
8
+ - android-22
9
9
licenses :
10
10
- ' .+'
11
11
script :
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 21
5
- buildToolsVersion ' 21.1.2 '
4
+ compileSdkVersion 22
5
+ buildToolsVersion ' 22.0.1 '
6
6
7
7
defaultConfig {
8
8
minSdkVersion 3
9
- targetSdkVersion 21
9
+ targetSdkVersion 22
10
10
}
11
11
12
12
lintOptions {
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ repositories {
8
8
}
9
9
10
10
android {
11
- compileSdkVersion 21
12
- buildToolsVersion ' 21.1.2 '
11
+ compileSdkVersion 22
12
+ buildToolsVersion ' 22.0.1 '
13
13
14
14
defaultConfig {
15
15
minSdkVersion 3
16
- targetSdkVersion 21
16
+ targetSdkVersion 22
17
17
}
18
18
19
19
compileOptions {
You can’t perform that action at this time.
0 commit comments