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

Unverified Commit 46488f16 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 4.3.5-alpha.1; update Compose; move GoogleLoginFragment to fix build

parent 0f92b0fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

        versionCode 403040101
        versionName '4.3.4.1'
        versionCode 403050000
        versionName '4.3.5-alpha.1'

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

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
    ext.versions = [
        aboutLibraries: '10.8.0',
        appIntro: '6.2.0',
        composeBom: '2023.05.01',
        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',