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

Commit 1625f092 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update Kotlin, gradle, build tools

parent c0ff8f61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ apply plugin: 'org.jetbrains.dokka-android'

android {
    compileSdkVersion 27
    buildToolsVersion '28.0.2'
    buildToolsVersion '28.0.3'

    defaultConfig {
        applicationId "at.bitfire.davdroid"
+2 −3
Original line number Diff line number Diff line
@@ -6,17 +6,16 @@
 * http://www.gnu.org/licenses/gpl.html
 */

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
    ext.dokka_version = '0.9.17'
    ext.kotlin_version = '1.2.61'
    ext.kotlin_version = '1.2.71'

    repositories {
        jcenter()
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.1.4'
        classpath 'com.android.tools.build:gradle:3.2.0'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:$dokka_version"
    }
Compare 9817b3ca to 337cbfca
Original line number Diff line number Diff line
Subproject commit 9817b3ca6f7247d9c9552510aed247c17070dfe6
Subproject commit 337cbfcaff8455a9311c12c1b31f9498cc61899b
Compare 10abc3ec to 8010a09e
Original line number Diff line number Diff line
Subproject commit 10abc3ec7989214f17e5448d2289f03135670031
Subproject commit 8010a09e5505becd6adc3a00e815178ee1f90158
Compare ae363b6e to 999c499c
Original line number Diff line number Diff line
Subproject commit ae363b6ee2eb9216d2ed04c453c82efd44daa525
Subproject commit 999c499c115e1c73d69e1de424eb81a5c304fe4f
Loading