Update dependencies

This commit is contained in:
Ricki Hirner 2023-07-21 17:10:13 +02:00
parent a2b633edc0
commit d74e8da5c1
2 changed files with 9 additions and 9 deletions

View file

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

View file

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