forked from melod1n/fast-messenger
release/0.1.6 (#103)
* Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#97) * Bump coroutines from 1.9.0 to 1.10.1 (#100) * some improvements + loading conversation on new message if it is not already in the list * Bump koin from 4.0.0 to 4.0.1 (#101) * minor update --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
minSdk = "23"
|
||||
targetSdk = "35"
|
||||
compileSdk = "35"
|
||||
versionCode = "8"
|
||||
versionName = "0.1.5"
|
||||
versionCode = "9"
|
||||
versionName = "0.1.6"
|
||||
|
||||
agp = "8.7.3"
|
||||
converterMoshi = "2.11.0"
|
||||
@@ -13,14 +13,14 @@ kotlin = "2.1.0"
|
||||
ksp = "2.1.0-1.0.29"
|
||||
|
||||
compose-bom = "2024.12.01"
|
||||
koin = "4.0.0"
|
||||
koin = "4.0.1"
|
||||
|
||||
accompanist = "0.37.0"
|
||||
coil = "2.7.0"
|
||||
coroutines = "1.9.0"
|
||||
coroutines = "1.10.1"
|
||||
junit = "4.13.2"
|
||||
chucker = "4.1.0"
|
||||
guava = "33.3.1-jre"
|
||||
guava = "33.4.0-jre"
|
||||
lifecycle = "2.8.7"
|
||||
core-ktx = "1.15.0"
|
||||
material = "1.12.0"
|
||||
|
||||
Reference in New Issue
Block a user