Commit 981ad552 authored by Mygod's avatar Mygod

Add missing buildToolsVersion

parent 3c62d706
...@@ -19,8 +19,7 @@ android: ...@@ -19,8 +19,7 @@ android:
components: components:
- tools - tools
- android-27 - android-27
- build-tools-26.0.2 - build-tools-27.0.2
- build-tools-27.0.0
install: install:
- > - >
......
...@@ -5,6 +5,7 @@ buildscript { ...@@ -5,6 +5,7 @@ buildscript {
kotlinVersion = '1.2.0' kotlinVersion = '1.2.0'
minSdkVersion = 19 minSdkVersion = 19
sdkVersion = 27 sdkVersion = 27
buildToolsVersion = '27.0.2'
supportLibraryVersion = '27.0.2' supportLibraryVersion = '27.0.2'
takisoftFixVersion = '27.0.2.0' takisoftFixVersion = '27.0.2.0'
playServicesVersion = '11.6.2' playServicesVersion = '11.6.2'
......
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
buildToolsVersion rootProject.buildToolsVersion
compileSdkVersion rootProject.sdkVersion compileSdkVersion rootProject.sdkVersion
defaultConfig { defaultConfig {
......
...@@ -14,6 +14,7 @@ def getCurrentFlavor() { ...@@ -14,6 +14,7 @@ def getCurrentFlavor() {
} }
android { android {
buildToolsVersion rootProject.buildToolsVersion
compileSdkVersion rootProject.sdkVersion compileSdkVersion rootProject.sdkVersion
defaultConfig { defaultConfig {
applicationId "com.github.shadowsocks" applicationId "com.github.shadowsocks"
......
...@@ -2,6 +2,7 @@ apply plugin: 'com.android.library' ...@@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
android { android {
buildToolsVersion rootProject.buildToolsVersion
compileSdkVersion rootProject.sdkVersion compileSdkVersion rootProject.sdkVersion
defaultConfig { defaultConfig {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment