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

Unverified Commit 251cf1b2 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update dependencies (including vcard4android), bump version to 4.3.6-rc.1

parent 4ad54cd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

        versionCode 403050200
        versionName '4.3.5.2'
        versionCode 403060001
        versionName '4.3.6-rc.1'

        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        aboutLibraries: '10.8.3',
        appIntro: '7.0.0-beta02',
        composeBom: '2023.08.00',
        hilt: '2.47',
        hilt: '2.48',
        kotlin: '1.9.0',       // keep in sync with * app/build.gradle composeOptions.kotlinCompilerExtensionVersion
                               //                   * com.google.devtools.ksp at the end of this file
        okhttp: '4.11.0',
@@ -21,7 +21,7 @@ buildscript {
        cert4android: 'd6fd798',
        dav4jvm: 'da94a8b',
        ical4android: 'b682476',
        vcard4android: '1665081'
        vcard4android: 'b376d2e'
    ]

    repositories {