mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-24 01:47:36 +01:00
Fix travis
This commit is contained in:
parent
3bb89224dc
commit
25d0e3be42
@ -14,7 +14,7 @@ android:
|
||||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
- build-tools-23.0.2
|
||||
- build-tools-23.0.3
|
||||
- android-23
|
||||
- extra-android-m2repository
|
||||
before_cache:
|
||||
|
@ -19,7 +19,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.1.0'
|
||||
classpath 'com.android.tools.build:gradle:2.1.2'
|
||||
}
|
||||
}
|
||||
|
||||
@ -36,7 +36,7 @@ String getMyVersionName() {
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion "23.0.2"
|
||||
buildToolsVersion "23.0.3"
|
||||
|
||||
defaultConfig {
|
||||
versionName getMyVersionName()
|
||||
|
Loading…
x
Reference in New Issue
Block a user