Skip to content

Commit

Permalink
Build target updated to API 22 and Travis CI support updated
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Apr 2, 2015
1 parent 69ec185 commit 4cc5f4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: android
jdk: openjdk7
android:
components:
- build-tools-21.1.2
- build-tools-22.0.1
- extra-android-support
- extra-android-m2repository
- android-21
- android-22
licenses:
- '.+'
script:
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
compileSdkVersion 22
buildToolsVersion '22.0.1'

defaultConfig {
minSdkVersion 3
targetSdkVersion 21
targetSdkVersion 22
}

lintOptions {
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ repositories {
}

android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
compileSdkVersion 22
buildToolsVersion '22.0.1'

defaultConfig {
minSdkVersion 3
targetSdkVersion 21
targetSdkVersion 22
}

compileOptions {
Expand Down

0 comments on commit 4cc5f4f

Please sign in to comment.