0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-24 12:15:12 +00:00

Fix travis

This commit is contained in:
Marvin W 2016-08-07 18:19:36 +02:00
parent 3bb89224dc
commit 25d0e3be42
No known key found for this signature in database
GPG key ID: 072E9235DB996F2A
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ android:
components: components:
- platform-tools - platform-tools
- tools - tools
- build-tools-23.0.2 - build-tools-23.0.3
- android-23 - android-23
- extra-android-m2repository - extra-android-m2repository
before_cache: before_cache:

View file

@ -19,7 +19,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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 { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.2" buildToolsVersion "23.0.3"
defaultConfig { defaultConfig {
versionName getMyVersionName() versionName getMyVersionName()