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

Verified Commit 3a219305 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Update build tools, sdk version and api lib

parent c450e2d8
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
language: android
sudo: false
git:
  submodules: false
before_install:
  - git submodule update --init --recursive
before_script:
  - echo sdk.dir $ANDROID_HOME > local.properties
script:
  - export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
  - export TERM=dumb
  - export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
  - ./gradlew build
  - echo sdk.dir $ANDROID_HOME > local.properties
  - jdk_switcher use oraclejdk8
  - ./gradlew assemble
android:
  components:
  - platform-tools
  - tools
  - build-tools-23.0.3
  - android-23
  - build-tools-24.0.2
  - android-24
  - extra-android-m2repository
before_cache:
  - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
+3 −3
Original line number Diff line number Diff line
@@ -19,17 +19,17 @@ buildscript {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.1.3'
        classpath 'com.android.tools.build:gradle:2.2.0'
        classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
    }
}

allprojects {
    apply plugin: 'idea'
    ext.androidBuildVersionTools = "23.0.3"
    ext.androidBuildVersionTools = "24.0.2"
}

def androidCompileSdk() { return 23 }
def androidCompileSdk() { return 24 }

subprojects {
    group = 'org.microg'
Compare c6f5d258 to acec513b
Original line number Diff line number Diff line
Subproject commit c6f5d25850d86a78119c0175678c81178b0500e1
Subproject commit acec513b19aaba856722fc22c9adf3f5e0ea3ac7

safe-parcel

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
extern/GmsApi/safe-parcel
 No newline at end of file