Skip to content

Commit 2e08919

Browse files
committed
Update build tools rev 21.0.2
Updated build tools to rev 21.0.2 in android build.gradle, building doc and travis.yml This rev. solves the windows users issue: https://code.google.com/p/android/issues/detail?id=77629 Travis wont work until they upgrade or you install 23.0.5 sdk manually, emulator or something i dont know do. I ll wait your/their solution. http://docs.travis-ci.com/user/languages/android/ https://github.com/travis-ci/travis-cookbooks/blob/master/ci_environment/android-sdk/CHANGELOG.md
1 parent b5efcdd commit 2e08919

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ language: android
1616

1717
android:
1818
components:
19-
- build-tools-21.0.1
19+
- build-tools-21.0.2
2020
- android-20
2121
- android-21
2222
- extra-google-m2repository

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525

2626
android {
2727
compileSdkVersion 21
28-
buildToolsVersion "21.0.1"
28+
buildToolsVersion "21.0.2"
2929

3030
defaultConfig {
3131
minSdkVersion 14

doc/BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To build the app:
4949
- Tools > Android SDK Platform-tools (rev 21 or above)
5050
- Tools > Android SDK Tools (rev 23.0.5 or above)
5151
- Tools > Android SDK Build-tools version 20
52-
- Tools > Android SDK Build-tools version 21 (rev 21.0.1 or above)
52+
- Tools > Android SDK Build-tools version 21 (rev 21.0.2 or above)
5353
- Android 4.4W > SDK Platform (API 20)
5454
- Android 5.0 > SDK Platform (API 21)
5555
- Extras > Android Support Repository

0 commit comments

Comments
 (0)