Skip to content

Commit

Permalink
Updated build configuration for latest Android SDK distribution package
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed May 20, 2014
1 parent 3c11bca commit 3b39d20
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 @@ -28,7 +28,7 @@ before_install:
- echo "sdk.dir=$ANDROID_HOME" > local.properties
# list packages for debug purpose
- android list sdk -a -e -u
- echo yes | android update sdk -t tools,platform-tools,extra-android-support,extra-android-m2repository,android-19,build-tools-19.0.3 --force --no-ui
- echo yes | android update sdk -t tools,platform-tools,extra-android-support,extra-android-m2repository,android-19,build-tools-19.1 --force --no-ui
# Sonatype bypass
- echo "nexusUsername=dummy" >> library/gradle.properties
- echo "nexusPassword=dummy" >> library/gradle.properties
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'android-library'

android {
compileSdkVersion 19
buildToolsVersion '19.0.3'
buildToolsVersion '19.1'

defaultConfig {
minSdkVersion 3
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

android {
compileSdkVersion 19
buildToolsVersion '19.0.3'
buildToolsVersion '19.1'

defaultConfig {
minSdkVersion 3
Expand Down

0 comments on commit 3b39d20

Please sign in to comment.