Skip to content

Commit 9703bfb

Browse files
committed
Update dependencies and NDK
1 parent bb02947 commit 9703bfb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
2-
android-gradle-plugin = "8.8.0"
3-
androidx-activity = "1.10.0"
2+
android-gradle-plugin = "8.8.2"
3+
androidx-activity = "1.10.1"
44
androidx-annotation = "1.9.1"
55
androidx-appcompat = "1.7.0"
66
android-view-material = "1.12.0"
77
androidx-core-ktx = "1.15.0"
8-
androidx-fragment-ktx = "1.8.5"
8+
androidx-fragment-ktx = "1.8.6"
99
androidx-preference-ktx = "1.2.1"
10-
androidx-webkit = "1.12.1"
10+
androidx-webkit = "1.13.0"
1111
androidx-lifecycle-viewmodel-ktx = "2.8.7"
1212
androidx-lifecycle-runtime-ktx = "2.8.7"
1313
androidx-security-crypto = "1.1.0-alpha06"
14-
androidx-constraintlayout = "2.2.0"
14+
androidx-constraintlayout = "2.2.1"
1515
androidx-cardview = "1.0.0"
1616
androidx-recyclerview = "1.4.0"
1717
androidx-viewpager2 = "1.1.0"
1818
bouncycastle = "1.69"
1919
mpandroidchart = "v3.1.0"
20-
kotlin = "1.9.24"
20+
kotlin = "2.0.21"
2121
square-okhttp = "4.10.0"
2222

2323
# Test

main/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
//compileSdkPreview = "UpsideDownCake"
2222

2323
// Also update runcoverity.sh
24-
ndkVersion = "28.0.12916984-rc2"
24+
ndkVersion = "28.0.13004108"
2525

2626
defaultConfig {
2727
minSdk = 21

0 commit comments

Comments
 (0)