Skip to content

Commit

Permalink
Merge pull request google#70 from ardock/update-build-tools-rev-21.0.2
Browse files Browse the repository at this point in the history
Update build tools rev 21.0.2
  • Loading branch information
romannurik committed Oct 22, 2014
2 parents b5efcdd + 2e08919 commit c6d0017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ language: android

android:
components:
- build-tools-21.0.1
- build-tools-21.0.2
- android-20
- android-21
- extra-google-m2repository
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

android {
compileSdkVersion 21
buildToolsVersion "21.0.1"
buildToolsVersion "21.0.2"

defaultConfig {
minSdkVersion 14
Expand Down
2 changes: 1 addition & 1 deletion doc/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To build the app:
- Tools > Android SDK Platform-tools (rev 21 or above)
- Tools > Android SDK Tools (rev 23.0.5 or above)
- Tools > Android SDK Build-tools version 20
- Tools > Android SDK Build-tools version 21 (rev 21.0.1 or above)
- Tools > Android SDK Build-tools version 21 (rev 21.0.2 or above)
- Android 4.4W > SDK Platform (API 20)
- Android 5.0 > SDK Platform (API 21)
- Extras > Android Support Repository
Expand Down

0 comments on commit c6d0017

Please sign in to comment.