We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2b78b commit ee44c0bCopy full SHA for ee44c0b
Samples/Beyond.NET.Sample.Android/gradle/libs.versions.toml
@@ -1,14 +1,14 @@
1
[versions]
2
agp = "8.13.0"
3
jna = "5.17.0"
4
-kotlin = "2.2.0"
5
-coreKtx = "1.16.0"
+kotlin = "2.2.20"
+coreKtx = "1.17.0"
6
junit = "4.13.2"
7
junitVersion = "1.3.0"
8
espressoCore = "3.7.0"
9
-lifecycleRuntimeKtx = "2.9.2"
10
-activityCompose = "1.10.1"
11
-composeBom = "2025.07.00"
+lifecycleRuntimeKtx = "2.9.4"
+activityCompose = "1.11.0"
+composeBom = "2025.09.00"
12
13
[libraries]
14
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
0 commit comments