mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 02:37:11 -07:00
Use latest build tools
This commit is contained in:
parent
a39ac0331a
commit
a671f916c1
2 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue