Skip to content

Commit 84e064c

Browse files
committed
Merge branch 'update-dependencies-droid-2482'
2 parents 46bd6d2 + e2957be commit 84e064c

File tree

3 files changed

+581
-369
lines changed

3 files changed

+581
-369
lines changed

android/gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android-gradle-aapt = "14304508"
1717
android-gradle-plugin = "8.13.2"
1818
# Other
1919
android-billingclient = "8.0.0"
20-
androidx-activitycompose = "1.12.2"
20+
androidx-activitycompose = "1.12.3"
2121
androidx-appcompat = "1.7.1"
2222
androidx-coresplashscreen = "1.2.0"
2323
androidx-credentials = "1.5.0"
@@ -30,13 +30,13 @@ androidx-testmonitor = "1.8.0"
3030
androidx-testorchestrator = "1.6.1"
3131
androidx-testrunner = "1.7.0"
3232
androidx-tv = "1.0.1"
33-
androidx-uiautomator = "2.4.0-alpha07"
34-
androidx-work = "2.11.0"
33+
androidx-uiautomator = "2.4.0-beta01"
34+
androidx-work = "2.11.1"
3535
arrow = "2.2.1.1"
3636
baselineprofile = "1.4.1"
3737
benchmark-macro-junit4 = "1.4.1"
3838
commonsvalidator = "1.10.1"
39-
compose = "1.10.1"
39+
compose = "1.10.2"
4040
compose-constraintlayout = "1.1.1"
4141
compose-destinations = "2.3.0"
4242
compose-material-icons-extended = "1.7.8"
@@ -57,8 +57,8 @@ koin-compose = "4.1.1"
5757
konsist = "0.17.3"
5858
# Bump kotlin and kotlin-ksp together, find matching release here:
5959
# https://github.com/google/ksp/releases
60-
kotlin = "2.3.0"
61-
kotlin-ksp = "2.3.4"
60+
kotlin = "2.3.10"
61+
kotlin-ksp = "2.3.5"
6262
kotlinx = "1.10.2"
6363
kotlinx-serialization-json = "1.10.0"
6464
ktfmt = "0.25.0"
@@ -67,7 +67,7 @@ leakcanary = "2.14"
6767
mockk = "1.14.9"
6868
play-publisher = "3.12.1"
6969
profileinstaller = "1.4.1"
70-
protobuf = "4.33.4"
70+
protobuf = "4.33.5"
7171
protobuf-gradle-plugin = "0.9.6"
7272
turbine = "1.2.1"
7373
annotation-jvm = "1.9.1"

android/gradle/verification-metadata.keys.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@
9595
<trusted-key id="3051D45031E13516A6E8FAFF280D66A55F5316C5" group="org.bitbucket.b_c" name="jose4j" version="0.9.5"/>
9696
<trusted-key id="31BAE2E51D95E0F8AD9B7BCC40A3C4432BD7308C" group="com.googlecode.juniversalchardet" name="juniversalchardet" version="1.0.3"/>
9797
<trusted-key id="32118CF76C9EC5D918E54967CA80D1F0EB6CA4BA" group="org.codehaus.mojo"/>
98-
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF" group="org.jetbrains" name="annotations" version="23.0.0"/>
98+
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF">
99+
<trusting group="org.jetbrains" name="annotations" version="23.0.0"/>
100+
<trusting group="org.jetbrains.intellij.deps.kotlinx" name="kotlinx-coroutines-core-jvm" version="1.8.0-intellij-14"/>
101+
</trusted-key>
99102
<trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B" group="org.codehaus.groovy" name="groovy" version="3.0.22"/>
100103
<trusted-key id="350C5D75D04AA599CBAD22348D5059F2B1927A9A" group="com.lemonappdev" name="konsist" version="0.17.3"/>
101104
<trusted-key id="3F05DDA9F317301E927136D417A27CE7A60FF5F0" group="io.opentelemetry"/>
@@ -239,9 +242,9 @@
239242
</trusted-keys>
240243
</configuration>
241244
<components>
242-
<component group="androidx.activity" name="activity" version="1.12.2">
243-
<artifact name="activity-1.12.2.aar">
244-
<sha256 value="1d37a19022454f1e4a60fd982b3dc0256457d25257a6343c771acae864d15cd9" origin="Generated by Gradle"/>
245+
<component group="androidx.activity" name="activity" version="1.12.3">
246+
<artifact name="activity-1.12.3.aar">
247+
<sha256 value="840cd28f79556b23177363f2c43bf398a8b77a2950950dd359341d5f3a62b975" origin="Generated by Gradle"/>
245248
</artifact>
246249
</component>
247250
<component group="androidx.activity" name="activity" version="1.2.1">

0 commit comments

Comments
 (0)