Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 25d0e3be authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Fix travis

parent 3bb89224
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+2 −2
Original line number Diff line number Diff line
@@ -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()