Update libraries
This commit is contained in:
@@ -39,7 +39,7 @@ androidx-emojipicker = "1.5.0"
|
||||
accompanist = "0.36.0"
|
||||
haze = "1.6.10"
|
||||
coil = "2.7.0"
|
||||
koin = "4.1.0"
|
||||
koin = "4.1.1"
|
||||
retrofit = "2.11.0"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.2.1"
|
||||
@@ -101,7 +101,7 @@ androidx-constraintlayout-compose = { group = "androidx.constraintlayout", name
|
||||
androidx-transition = { group = "androidx.transition", name = "transition", version = "1.6.0" }
|
||||
androidx-exifinterface = { group = "androidx.exifinterface", name = "exifinterface", version = "1.4.1" }
|
||||
androidx-securitycrypto = { group = "androidx.security", name = "security-crypto", version = "1.1.0-alpha07" }
|
||||
androidx-datastore = { group = "androidx.datastore", name = "datastore", version = "1.1.7" }
|
||||
androidx-datastore = { group = "androidx.datastore", name = "datastore", version = "1.2.0-alpha02" }
|
||||
androidx-emojipicker = { group = "androidx.emoji2", name = "emoji2-emojipicker", version.ref = "androidx-emojipicker" }
|
||||
|
||||
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version = "2.9.0" }
|
||||
@@ -116,8 +116,8 @@ coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coi
|
||||
|
||||
leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary", version = "2.10" }
|
||||
suncalc = { group = "org.shredzone.commons", name = "commons-suncalc", version = "3.11" }
|
||||
jsoup = { group = "org.jsoup", name = "jsoup", version = "1.20.1" }
|
||||
commons-text = { group = "org.apache.commons", name = "commons-text", version = "1.13.1" }
|
||||
jsoup = { group = "org.jsoup", name = "jsoup", version = "1.21.2" }
|
||||
commons-text = { group = "org.apache.commons", name = "commons-text", version = "1.14.0" }
|
||||
stringsimilarity = { group = "com.aallam.similarity", name = "string-similarity-kotlin", version = "0.1.0" }
|
||||
|
||||
# 4.4.2 is the last GPL compatible version, don't update to 5.x
|
||||
|
||||
Reference in New Issue
Block a user