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

Commit 0b67629b authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update Kotlin, gradle plugin, test libraries

parent f2db5fb1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line

buildscript {
    ext.versions = [
        kotlin: '1.3.31',
        kotlin: '1.3.41',
        dokka: '0.9.17'
    ]

@@ -11,7 +11,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.4.1'
        classpath 'com.android.tools.build:gradle:3.4.2'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
        classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:${versions.dokka}"
    }
@@ -70,8 +70,8 @@ dependencies {
        exclude group: 'com.fasterxml.jackson.core'
    }

    androidTestImplementation 'androidx.test:runner:1.1.1'
    androidTestImplementation 'androidx.test:rules:1.1.1'
    androidTestImplementation 'androidx.test:runner:1.2.0'
    androidTestImplementation 'androidx.test:rules:1.2.0'

    testImplementation 'junit:junit:4.12'
}