Skip to content

Commit 4cc5f4f

Browse files
committed
Build target updated to API 22 and Travis CI support updated
1 parent 69ec185 commit 4cc5f4f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: android
22
jdk: openjdk7
33
android:
44
components:
5-
- build-tools-21.1.2
5+
- build-tools-22.0.1
66
- extra-android-support
77
- extra-android-m2repository
8-
- android-21
8+
- android-22
99
licenses:
1010
- '.+'
1111
script:

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)