Skip to content

Commit c6d0017

Browse files
committed
Merge pull request google#70 from ardock/update-build-tools-rev-21.0.2
Update build tools rev 21.0.2
2 parents b5efcdd + 2e08919 commit c6d0017

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)