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

Commit d67f57dd authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update dependencies

parent 36a8ccf7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ dependencies {
    implementation project(':vcard4android')

    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7"
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0"
    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

    implementation 'androidx.appcompat:appcompat:1.3.0'
@@ -129,7 +129,7 @@ dependencies {
    implementation 'androidx.cardview:cardview:1.0.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation 'androidx.core:core-ktx:1.5.0'
    implementation 'androidx.fragment:fragment-ktx:1.3.4'
    implementation 'androidx.fragment:fragment-ktx:1.3.5'
    implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
    implementation 'androidx.paging:paging-runtime-ktx:3.0.0'
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

buildscript {
    ext.versions = [
        aboutLibraries: '8.8.5',
        aboutLibraries: '8.9.0',
        appIntro: '6.1.0',
        dav4jvm: '2.1.2',
        dokka: '0.10.1',
        kotlin: '1.4.32',
        kotlin: '1.5.10',
        okhttp: '4.9.1',
        // latest Apache Commons versions that don't require Java 8 (Android 7)
        commonsCollections: '4.2',