Commit 8b9caa70 authored by Max Lv's avatar Max Lv

Fix the build tools in travis-ci

parent accdf389
...@@ -27,6 +27,7 @@ android: ...@@ -27,6 +27,7 @@ android:
components: components:
- tools - tools
- build-tools-27.0.0 - build-tools-27.0.0
- build-tools-26.0.2
- extra-android-m2repository - extra-android-m2repository
- extra-google-m2repository - extra-google-m2repository
......
...@@ -17,6 +17,7 @@ buildscript { ...@@ -17,6 +17,7 @@ buildscript {
google() google()
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.google.gms:google-services:3.1.1' classpath 'com.google.gms:google-services:3.1.1'
......
...@@ -32,8 +32,8 @@ android { ...@@ -32,8 +32,8 @@ android {
applicationId "com.github.shadowsocks" applicationId "com.github.shadowsocks"
minSdkVersion rootProject.minSdkVersion minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.sdkVersion targetSdkVersion rootProject.sdkVersion
versionCode 196 versionCode 200
versionName "4.3.0" versionName "4.4.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true vectorDrawables.useSupportLibrary true
} }
......
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