Skip to content

Commit 3b39d20

Browse files
committed
Updated build configuration for latest Android SDK distribution package
1 parent 3c11bca commit 3b39d20

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
@@ -28,7 +28,7 @@ before_install:
2828
- echo "sdk.dir=$ANDROID_HOME" > local.properties
2929
# list packages for debug purpose
3030
- android list sdk -a -e -u
31-
- 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
31+
- echo yes | android update sdk -t tools,platform-tools,extra-android-support,extra-android-m2repository,android-19,build-tools-19.1 --force --no-ui
3232
# Sonatype bypass
3333
- echo "nexusUsername=dummy" >> library/gradle.properties
3434
- echo "nexusPassword=dummy" >> library/gradle.properties

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'android-library'
44

55
android {
66
compileSdkVersion 19
7-
buildToolsVersion '19.0.3'
7+
buildToolsVersion '19.1'
88

99
defaultConfig {
1010
minSdkVersion 3

sample/build.gradle

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

1818
android {
1919
compileSdkVersion 19
20-
buildToolsVersion '19.0.3'
20+
buildToolsVersion '19.1'
2121

2222
defaultConfig {
2323
minSdkVersion 3

0 commit comments

Comments
 (0)