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

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

Update dependencies

parent a2b633ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ android {
    composeOptions {
        // Keep this in sync with Kotlin version:
        // https://developer.android.com/jetpack/androidx/releases/compose-kotlin
        kotlinCompilerExtensionVersion = "1.4.7"
        kotlinCompilerExtensionVersion = "1.4.8"
    }

    // Java namespace for our classes (not to be confused with Android package ID)
+8 −8
Original line number Diff line number Diff line
@@ -4,22 +4,22 @@

buildscript {
    ext.versions = [
        aboutLibraries: '10.8.0',
        aboutLibraries: '10.8.3',
        appIntro: '6.2.0',
        composeBom: '2023.06.01',
        hilt: '2.46.1',
        kotlin: '1.8.21',       // keep in sync with app/build.gradle composeOptions.kotlinCompilerExtensionVersion
        okhttp: '4.10.0',
        hilt: '2.47',
        kotlin: '1.8.22',       // keep in sync with app/build.gradle composeOptions.kotlinCompilerExtensionVersion
        okhttp: '4.11.0',
        room: '2.5.2',
        // latest Apache Commons versions that don't require Java 8 (Android 7)
        commonsCollections: '4.2',
        commonsLang: '3.8.1',
        commonsText: '1.3',
        // own libraries
        cert4android: 'c87a7e9',
        dav4jvm: 'eba95ea',
        ical4android: '0b1a068',
        vcard4android: 'c2f201a'
        cert4android: 'f167e84',
        dav4jvm: 'da94a8b',
        ical4android: 'a78e72f',
        vcard4android: 'bd08206'
    ]

    repositories {