mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 10:47:10 -07:00
Use latest build tools
This commit is contained in:
parent
a39ac0331a
commit
a671f916c1
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-24
|
- 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-24.0.2
|
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.2
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
|
|
|
@ -6,7 +6,7 @@ group='com.github.eggheadgames'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 24
|
compileSdkVersion 24
|
||||||
buildToolsVersion "25.2.0"
|
buildToolsVersion "25.0.2"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
|
@ -29,7 +29,7 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.github.daniel-stoneuk:material-about-library:1.8.2'
|
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'
|
exclude module: 'answers.shim'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue