@@ -9,48 +9,51 @@ coilCompose = "3.0.4"
99coilNetworkOkhttp = " 3.0.4"
1010commonsCodec = " 1.16.0"
1111commonsNet = " 3.6"
12- composeBom = " 2024.11.00"
12+ composeBom = " 2024.12.01"
13+ conscryptAndroid = " 2.5.2"
1314constraintlayout = " 2.2.0"
15+ coreKtx = " 1.15.0"
1416datastorePreferences = " 1.1.1"
1517datastorePreferencesRxjava2 = " 1.1.1"
1618espressoCore = " 3.6.1"
1719fuelVersion = " 2.3.1"
1820graphicsShapes = " 1.0.1"
1921gson = " 2.11.0"
22+ guava = " 33.0.0-jre"
23+ hkdf = " 2.0.0"
2024javaWebsocket = " 1.5.5"
2125junit = " 4.13.2"
2226junitVersion = " 1.2.1"
2327kotlin = " 2.0.0"
24- kotlinxCoroutinesTest = " 1.8.1 "
28+ kotlinxCoroutinesTest = " 1.9.0 "
2529kotlinxSerializationJson = " 1.6.3"
2630ktx = " 1.15.0"
27- androidGradlePlugin = " 7.4.2"
2831legacySupportV4 = " 1.0.0"
29- libphonenumber = " 8.13.40 "
32+ libphonenumber = " 8.13.50 "
3033lifecycleRuntimeKtx = " 2.8.7"
3134lifecycleViewmodelCompose = " 2.8.7"
3235lz4 = " 1.3.0"
3336material = " 1.12.0"
3437material3 = " 1.3.1"
35- materialIconsExtended = " 1.7.5"
36- navigationCompose = " 2.8.4"
37- navigationDynamicFeaturesFragment = " 2.8.4"
38- navigationFragment = " 2.8.4"
39- navigationTesting = " 2.8.4"
40- navigationUi = " 2.8.4"
41- pagingGuava = " 3.3.4"
38+ materialIconsExtended = " 1.7.6"
39+ navigationCompose = " 2.8.5"
40+ navigationFragment = " 2.8.5"
41+ navigationTesting = " 2.8.5"
42+ navigationUi = " 2.8.5"
43+ pagingGuava = " 3.3.5"
4244preference = " 1.2.1"
4345prov = " 1.58.0.0"
4446roomTesting = " 2.6.1"
4547rxbinding = " 0.4.0"
4648securityCrypto = " 1.1.0-alpha06"
4749startupRuntime = " 1.2.0"
48- uiTextGoogleFonts = " 1.7.5 "
50+ uiTextGoogleFonts = " 1.7.6 "
4951volley = " 1.2.1"
5052window = " 1.3.0"
5153windowTesting = " 1.3.0"
5254workRuntime = " 2.10.0"
5355activity = " 1.9.3"
56+ x25519 = " 2.0"
5457
5558[libraries ]
5659amqp-client = { module = " com.rabbitmq:amqp-client" , version.ref = " amqpClient" }
@@ -61,6 +64,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a
6164androidx-compose-bom = { module = " androidx.compose:compose-bom" , version.ref = " composeBom" }
6265androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " constraintlayout" }
6366androidx-core = { module = " androidx.core:core" , version.ref = " ktx" }
67+ androidx-core-ktx-v1131 = { module = " androidx.core:core-ktx" , version.ref = " coreKtx" }
6468androidx-datastore-preferences-rxjava2 = { module = " androidx.datastore:datastore-preferences-rxjava2" , version.ref = " datastorePreferencesRxjava2" }
6569androidx-datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " datastorePreferences" }
6670androidx-datastore-preferences-rxjava3 = { module = " androidx.datastore:datastore-preferences-rxjava3" , version.ref = " datastorePreferences" }
@@ -72,12 +76,11 @@ androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx"
7276androidx-legacy-support-v4 = { module = " androidx.legacy:legacy-support-v4" , version.ref = " legacySupportV4" }
7377androidx-lifecycle-runtime-ktx = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " lifecycleRuntimeKtx" }
7478androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycleViewmodelCompose" }
75- androidx-material = { module = " androidx.compose.material:material" , version = " 1.7.5 " }
79+ androidx-material = { module = " androidx.compose.material:material" , version = " 1.7.6 " }
7680androidx-material-icons-core = { module = " androidx.compose.material:material-icons-core" }
7781androidx-material-icons-extended = { module = " androidx.compose.material:material-icons-extended" }
7882androidx-material3 = { module = " androidx.compose.material3:material3" , version.ref = " material3" }
7983androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigationCompose" }
80- androidx-navigation-dynamic-features-fragment = { module = " androidx.navigation:navigation-dynamic-features-fragment" , version.ref = " navigationDynamicFeaturesFragment" }
8184androidx-navigation-fragment = { module = " androidx.navigation:navigation-fragment" , version.ref = " navigationFragment" }
8285androidx-navigation-testing = { module = " androidx.navigation:navigation-testing" , version.ref = " navigationTesting" }
8386androidx-navigation-ui = { module = " androidx.navigation:navigation-ui" , version.ref = " navigationUi" }
@@ -93,8 +96,7 @@ androidx-runtime-rxjava2 = { module = "androidx.compose.runtime:runtime-rxjava2"
9396androidx-security-crypto = { module = " androidx.security:security-crypto" , version.ref = " securityCrypto" }
9497androidx-startup-runtime = { module = " androidx.startup:startup-runtime" , version.ref = " startupRuntime" }
9598androidx-ui = { module = " androidx.compose.ui:ui" }
96- androidx-ui-test-junit4 = { module = " androidx.compose.ui:ui-test-junit4" }
97- androidx-ui-test-manifest = { module = " androidx.compose.ui:ui-test-manifest" , version = " 1.7.5" }
99+ androidx-ui-test-manifest = { module = " androidx.compose.ui:ui-test-manifest" , version = " 1.7.6" }
98100androidx-ui-text-google-fonts = { module = " androidx.compose.ui:ui-text-google-fonts" , version.ref = " uiTextGoogleFonts" }
99101androidx-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
100102androidx-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
@@ -110,10 +112,13 @@ coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coilCo
110112coil-network-okhttp = { module = " io.coil-kt.coil3:coil-network-okhttp" , version.ref = " coilNetworkOkhttp" }
111113commons-codec = { module = " commons-codec:commons-codec" , version.ref = " commonsCodec" }
112114commons-net = { module = " commons-net:commons-net" , version.ref = " commonsNet" }
115+ conscrypt-android = { module = " org.conscrypt:conscrypt-android" , version.ref = " conscryptAndroid" }
113116fuel = { module = " com.github.kittinunf.fuel:fuel" , version.ref = " fuelVersion" }
114117fuel-android = { module = " com.github.kittinunf.fuel:fuel-android" , version.ref = " fuelVersion" }
115118fuel-coroutines = { module = " com.github.kittinunf.fuel:fuel-coroutines" , version.ref = " fuelVersion" }
116119gson = { module = " com.google.code.gson:gson" , version.ref = " gson" }
120+ guava = { module = " com.google.guava:guava" , version.ref = " guava" }
121+ hkdf = { module = " at.favre.lib:hkdf" , version.ref = " hkdf" }
117122java-websocket = { module = " org.java-websocket:Java-WebSocket" , version.ref = " javaWebsocket" }
118123junit = { module = " junit:junit" , version.ref = " junit" }
119124kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " kotlinxCoroutinesTest" }
@@ -127,6 +132,7 @@ prov = { module = "com.madgag.spongycastle:prov", version.ref = "prov" }
127132rxbinding = { module = " com.jakewharton.rxbinding:rxbinding" , version.ref = " rxbinding" }
128133volley = { module = " com.android.volley:volley" , version.ref = " volley" }
129134androidx-activity = { group = " androidx.activity" , name = " activity" , version.ref = " activity" }
135+ x25519 = { module = " com.github.netricecake:x25519" , version.ref = " x25519" }
130136
131137[plugins ]
132138org-jetbrains-kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
0 commit comments