Merge branch 'dev'

This commit is contained in:
Aayush Gupta
2025-11-23 07:06:19 +08:00

View File

@@ -5,16 +5,16 @@
#
[versions]
activity = "1.11.0"
activity = "1.12.0"
agCoreservice = "13.3.1.300"
androidGradlePlugin = "8.13.1"
adaptive = "1.3.0-alpha03"
adaptive = "1.3.0-alpha04"
androidx-hilt = "1.3.0"
androidx-junit = "1.3.0"
browser = "1.9.0"
coil = "3.3.0"
composeBom = "2025.11.00"
composeMaterial = "1.5.0-alpha08"
composeBom = "2025.11.01"
composeMaterial = "1.5.0-alpha09"
core = "1.17.0"
epoxy = "5.1.4"
espresso = "3.7.0"
@@ -27,17 +27,16 @@ ksp = "2.2.21-2.0.4"
ktlint = "12.1.2"
leakcanary = "2.14"
libsu = "6.0.0"
lifecycle = "2.9.4"
lifecycle-navigation3 = "1.0.0-alpha04"
lifecycle = "2.10.0"
material = "1.13.0"
navigation = "2.9.6"
navigation3 = "1.0.0-rc01"
okhttp = "5.3.0"
navigation3 = "1.0.0"
okhttp = "5.3.2"
paging = "3.3.6"
preference = "1.2.1"
processPhoenix = "3.0.0"
protobufJavalite = "4.33.0"
rikkaHiddenAPI = "4.3.3"
protobufJavalite = "4.33.1"
rikkaHiddenAPI = "4.4.0"
rikkaTools = "4.4.0"
room = "2.6.1" # New versions conflicts with epoxy2 and ksp
serialization = "1.9.0"
@@ -63,7 +62,7 @@ androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", vers
androidx-hilt-viewmodel = { module = "androidx.hilt:hilt-lifecycle-viewmodel-compose", version.ref = "androidx-hilt" }
androidx-junit = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-junit" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
androidx-lifecycle-navigation3 = { module = "androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "lifecycle-navigation3" }
androidx-lifecycle-navigation3 = { module = "androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "lifecycle" }
androidx-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "composeMaterial" }
androidx-navigation-fragment-ktx = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }
androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigation" }