1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 00:16:09 +00:00

Merge pull request #79 from owncloud/update_buildTools_to_22_0_1

Update buildTools version to 22.0.1
This commit is contained in:
David A. Velasco 2015-08-04 12:27:03 +02:00
commit 3b9777c5b6
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
language: android language: android
android: android:
components: components:
- build-tools-20.0.0 - build-tools-22.0.1
- android-19 - android-19
- android-17 - android-17
- android-14 - android-14

View File

@ -18,7 +18,7 @@ dependencies {
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion "20.0.0" buildToolsVersion "22.0.1"
sourceSets { sourceSets {
main { main {

View File

@ -10,7 +10,7 @@ dependencies {
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion "20.0.0" buildToolsVersion "22.0.1"
sourceSets { sourceSets {
main { main {

View File

@ -12,7 +12,7 @@ dependencies {
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion "20.0.0" buildToolsVersion "22.0.1"
sourceSets { sourceSets {
main { main {