Skip to content

Commit

Permalink
Merge pull request getodk#253 from avin-sharma/buildtools_update
Browse files Browse the repository at this point in the history
Buildtools Upgrade
  • Loading branch information
yanokwa authored Nov 18, 2016
2 parents ccd2bcf + ea1af5f commit 9ecbc33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ machine:

dependencies:
override:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,build-tools-22.0.0,build-tools-23.0.2,android-21,android-22,android-23,extra-google-m2repository,extra-google-google_play_services,extra-android-support
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,build-tools-25.0.0,android-22,extra-google-m2repository,extra-google-google_play_services,extra-android-support
- ANDROID_HOME=/usr/local/android-sdk-linux ./gradlew dependencies

test:
Expand Down
2 changes: 1 addition & 1 deletion collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ com.android.ddmlib.DdmPreferences.setTimeOut(60000)

android {
compileSdkVersion(22)
buildToolsVersion("23.0.3")
buildToolsVersion("25.0.0")

defaultConfig {
applicationId("org.odk.collect.android")
Expand Down

0 comments on commit 9ecbc33

Please sign in to comment.