1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-11 08:22:59 +00:00

Update build tools to 26.0.1

This commit is contained in:
Loïc Blot
2017-08-22 14:38:30 +02:00
parent 0a785692b4
commit 1986b941a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ android:
- tools
- platform-tools
- extra
- build-tools-25.0.3
- build-tools-26.0.1
- android-26
licenses:
- 'android-sdk-license-.+'
+1 -1
View File
@@ -12,7 +12,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion "25.0.3"
buildToolsVersion "26.0.1"
lintOptions {
abortOnError false