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

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

Update to SDK 24

parent 4f3d77f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ 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.2'
        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 {
    repositories {