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

Commit 0feab8c3 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

updated buildtools

parent 236ef064
Loading
Loading
Loading
Loading

.travis.yml

0 → 100644
+18 −0
Original line number Diff line number Diff line
language: android
git:
  submodules: false
before_install:
  - git submodule update --init --recursive
script:
  - export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
  - export TERM=dumb
  - echo sdk.dir $ANDROID_HOME > local.properties
  - ./gradlew assembleDebug -x lint
android:
  components:
  - tools
  - build-tools-23.0.2
  - android-23
  - extra-android-m2repository

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ version = '1.4.0'

android {
    compileSdkVersion 23
    buildToolsVersion "23.0.1"
    buildToolsVersion "23.0.2"
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_6
    }
+2 −2
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ dependencies {
}

android {
    compileSdkVersion 22
    buildToolsVersion "22.0.0"
    compileSdkVersion 23
    buildToolsVersion "23.0.2"
}