Skip to content

Commit 8420597

Browse files
Merge pull request #3 from jacek-marchwicki/build-tools-r22
Moved to build tools r22
2 parents 6559fa3 + 9adf6dc commit 8420597

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: android
33

44
android:
55
components:
6-
- build-tools-19.1.0
7-
- android-19
6+
- build-tools-22.0.1
7+
- android-22
88
- extra-google-m2repository
99
- extra-android-m2repository
1010
script: ./gradlew build

AndroidSocket/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ dependencies {
2020
}
2121

2222
android {
23-
compileSdkVersion 19
24-
buildToolsVersion "19.1"
23+
compileSdkVersion 22
24+
buildToolsVersion "22.0.1"
2525

2626
defaultConfig {
2727
minSdkVersion 8
28-
targetSdkVersion 19
28+
targetSdkVersion 22
2929
}
3030
buildTypes {
3131
release {

AndroidSocketIO/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ archivesBaseName = "ausocketio"
4444
group = "com.appunite"
4545

4646
android {
47-
compileSdkVersion 19
48-
buildToolsVersion "19.1"
47+
compileSdkVersion 22
48+
buildToolsVersion "22.0.1"
4949

5050
defaultConfig {
5151
minSdkVersion 8
52-
targetSdkVersion 19
52+
targetSdkVersion 22
5353
}
5454

5555
}

0 commit comments

Comments
 (0)