Skip to content

Commit 2ca1f47

Browse files
update: new updates
1 parent 1d070bc commit 2ca1f47

File tree

5 files changed

+25
-20
lines changed

5 files changed

+25
-20
lines changed

.idea/vcs.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
// kotlin_version = '1.9.23'
66
kotlin_version = '2.0.0'
77
agp_version = '8.5.0'
8-
agp_version1 = '8.7.3'
8+
agp_version1 = '8.8.0'
99
}
1010
repositories {
1111
google()

gradle/libs.versions.toml

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,51 @@ coilCompose = "3.0.4"
99
coilNetworkOkhttp = "3.0.4"
1010
commonsCodec = "1.16.0"
1111
commonsNet = "3.6"
12-
composeBom = "2024.11.00"
12+
composeBom = "2024.12.01"
13+
conscryptAndroid = "2.5.2"
1314
constraintlayout = "2.2.0"
15+
coreKtx = "1.15.0"
1416
datastorePreferences = "1.1.1"
1517
datastorePreferencesRxjava2 = "1.1.1"
1618
espressoCore = "3.6.1"
1719
fuelVersion = "2.3.1"
1820
graphicsShapes = "1.0.1"
1921
gson = "2.11.0"
22+
guava = "33.0.0-jre"
23+
hkdf = "2.0.0"
2024
javaWebsocket = "1.5.5"
2125
junit = "4.13.2"
2226
junitVersion = "1.2.1"
2327
kotlin = "2.0.0"
24-
kotlinxCoroutinesTest = "1.8.1"
28+
kotlinxCoroutinesTest = "1.9.0"
2529
kotlinxSerializationJson = "1.6.3"
2630
ktx = "1.15.0"
27-
androidGradlePlugin = "7.4.2"
2831
legacySupportV4 = "1.0.0"
29-
libphonenumber = "8.13.40"
32+
libphonenumber = "8.13.50"
3033
lifecycleRuntimeKtx = "2.8.7"
3134
lifecycleViewmodelCompose = "2.8.7"
3235
lz4 = "1.3.0"
3336
material = "1.12.0"
3437
material3 = "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"
4244
preference = "1.2.1"
4345
prov = "1.58.0.0"
4446
roomTesting = "2.6.1"
4547
rxbinding = "0.4.0"
4648
securityCrypto = "1.1.0-alpha06"
4749
startupRuntime = "1.2.0"
48-
uiTextGoogleFonts = "1.7.5"
50+
uiTextGoogleFonts = "1.7.6"
4951
volley = "1.2.1"
5052
window = "1.3.0"
5153
windowTesting = "1.3.0"
5254
workRuntime = "2.10.0"
5355
activity = "1.9.3"
56+
x25519 = "2.0"
5457

5558
[libraries]
5659
amqp-client = { module = "com.rabbitmq:amqp-client", version.ref = "amqpClient" }
@@ -61,6 +64,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a
6164
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
6265
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
6366
androidx-core = { module = "androidx.core:core", version.ref = "ktx" }
67+
androidx-core-ktx-v1131 = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
6468
androidx-datastore-preferences-rxjava2 = { module = "androidx.datastore:datastore-preferences-rxjava2", version.ref = "datastorePreferencesRxjava2" }
6569
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
6670
androidx-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"
7276
androidx-legacy-support-v4 = { module = "androidx.legacy:legacy-support-v4", version.ref = "legacySupportV4" }
7377
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
7478
androidx-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" }
7680
androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core" }
7781
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
7882
androidx-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
7983
androidx-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" }
8184
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigationFragment" }
8285
androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "navigationTesting" }
8386
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "navigationUi" }
@@ -93,8 +96,7 @@ androidx-runtime-rxjava2 = { module = "androidx.compose.runtime:runtime-rxjava2"
9396
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "securityCrypto" }
9497
androidx-startup-runtime = { module = "androidx.startup:startup-runtime", version.ref = "startupRuntime" }
9598
androidx-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" }
98100
androidx-ui-text-google-fonts = { module = "androidx.compose.ui:ui-text-google-fonts", version.ref = "uiTextGoogleFonts" }
99101
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
100102
androidx-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
110112
coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp", version.ref = "coilNetworkOkhttp" }
111113
commons-codec = { module = "commons-codec:commons-codec", version.ref = "commonsCodec" }
112114
commons-net = { module = "commons-net:commons-net", version.ref = "commonsNet" }
115+
conscrypt-android = { module = "org.conscrypt:conscrypt-android", version.ref = "conscryptAndroid" }
113116
fuel = { module = "com.github.kittinunf.fuel:fuel", version.ref = "fuelVersion" }
114117
fuel-android = { module = "com.github.kittinunf.fuel:fuel-android", version.ref = "fuelVersion" }
115118
fuel-coroutines = { module = "com.github.kittinunf.fuel:fuel-coroutines", version.ref = "fuelVersion" }
116119
gson = { 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" }
117122
java-websocket = { module = "org.java-websocket:Java-WebSocket", version.ref = "javaWebsocket" }
118123
junit = { module = "junit:junit", version.ref = "junit" }
119124
kotlinx-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" }
127132
rxbinding = { module = "com.jakewharton.rxbinding:rxbinding", version.ref = "rxbinding" }
128133
volley = { module = "com.android.volley:volley", version.ref = "volley" }
129134
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
135+
x25519 = { module = "com.github.netricecake:x25519", version.ref = "x25519" }
130136

131137
[plugins]
132138
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Aug 29 13:47:19 WAT 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)