mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #854 from whym/build-tools
Use build tools version 26.0.1
This commit is contained in:
commit
b6c4f72250
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ android:
|
||||||
components:
|
components:
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- tools
|
- tools
|
||||||
- build-tools-25.0.1
|
- build-tools-26.0.1
|
||||||
- extra-google-m2repository
|
- extra-google-m2repository
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
- ${ANDROID_TARGET}
|
- ${ANDROID_TARGET}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ gradleVersion = 2.3.3
|
||||||
supportLibVersion = 25.3.1
|
supportLibVersion = 25.3.1
|
||||||
|
|
||||||
compileSdkVersion = android-25
|
compileSdkVersion = android-25
|
||||||
buildToolsVersion = 25.0.1
|
buildToolsVersion = 26.0.1
|
||||||
|
|
||||||
minSdkVersion = 15
|
minSdkVersion = 15
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue