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

This commit is contained in:
Ricki Hirner 2023-09-05 10:32:10 +02:00
parent 4ad54cd28b
commit 251cf1b2e9
No known key found for this signature in database
GPG key ID: 79A019FCAAEDD3AA
2 changed files with 4 additions and 4 deletions

View file

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

View file

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