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

This commit is contained in:
Ricki Hirner 2023-06-30 12:58:44 +02:00
parent 0f92b0fb05
commit 46488f1618
No known key found for this signature in database
GPG key ID: 79A019FCAAEDD3AA
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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',