File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ language: android
33
44android :
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
1010script : ./gradlew build
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ dependencies {
2020}
2121
2222android {
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 {
Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ archivesBaseName = "ausocketio"
4444group = " com.appunite"
4545
4646android {
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}
You can’t perform that action at this time.
0 commit comments