1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-24 18:27:11 -07:00

Use latest build tools

This commit is contained in:
Michael Mee 2017-04-14 09:55:40 -07:00
parent a39ac0331a
commit a671f916c1
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-24
- echo y | android update sdk --no-ui --all --filter build-tools-24.0.2
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-25
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.2
test:
override:

View file

@ -6,7 +6,7 @@ group='com.github.eggheadgames'
android {
compileSdkVersion 24
buildToolsVersion "25.2.0"
buildToolsVersion "25.0.2"
defaultConfig {
minSdkVersion 15
@ -29,7 +29,7 @@ android {
dependencies {
compile 'com.github.daniel-stoneuk:material-about-library:1.8.2'
compile('io.branch.sdk.android:library:2.5.7') {
compile('io.branch.sdk.android:library:2.6.1') {
exclude module: 'answers.shim'
}
}