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

Unverified Commit 18017a47 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update gradle plugin, compile SDK level, build tools

parent 986ab083
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
buildscript {
    ext.versions = [
        kotlin: '1.6.21',
        kotlin: '1.7.10',
        dokka: '1.5.31',
        // latest Apache Commons versions that don't require Java 8 (Android 7)
        commonsIO: '2.6',
@@ -13,7 +13,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:7.2.0'
        classpath 'com.android.tools.build:gradle:7.3.0'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
        classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
    }
@@ -29,11 +29,11 @@ apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka'

android {
    compileSdkVersion 32
    buildToolsVersion '32.0.0'
    compileSdkVersion 33
    buildToolsVersion '33.0.0'

    defaultConfig {
        minSdkVersion 16        // Android 4.1
        minSdkVersion 19        // Android 4.4
        targetSdkVersion 32     // Android 12v2
    }

@@ -65,7 +65,7 @@ android {
dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"

    implementation 'androidx.annotation:annotation:1.3.0'
    implementation 'androidx.annotation:annotation:1.5.0'
    // noinspection GradleDependency
    implementation "commons-io:commons-io:${versions.commonsIO}"
    // noinspection GradleDependency