summaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r--gradle/libs.versions.toml37
1 files changed, 21 insertions, 16 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 37fd145d..dff44225 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,34 +1,39 @@
[versions]
-android-gradle-plugin = "8.1.2"
-androidx-annotation = "1.6.0"
-androidx-appcompat = "1.6.1"
-android-view-material = "1.7.0"
-androidx-core-ktx = "1.10.1"
-androidx-fragment-ktx = "1.6.0"
-androidx-preference-ktx = "1.2.0"
-androidx-webkit = "1.7.0"
-androidx-lifecycle-viewmodel-ktx = "2.6.1"
-androidx-lifecycle-runtime-ktx = "2.6.1"
+android-gradle-plugin = "8.5.2"
+androidx-activity = "1.9.1"
+androidx-annotation = "1.8.2"
+androidx-appcompat = "1.7.0"
+android-view-material = "1.12.0"
+androidx-core-ktx = "1.13.1"
+androidx-fragment-ktx = "1.8.2"
+androidx-preference-ktx = "1.2.1"
+androidx-webkit = "1.11.0"
+androidx-lifecycle-viewmodel-ktx = "2.8.4"
+androidx-lifecycle-runtime-ktx = "2.8.4"
androidx-security-crypto = "1.1.0-alpha06"
androidx-constraintlayout = "2.1.4"
androidx-cardview = "1.0.0"
-androidx-recyclerview = "1.3.0"
-bouncycastle = "1.49"
+androidx-recyclerview = "1.3.2"
+androidx-viewpager2 = "1.1.0"
+bouncycastle = "1.69"
mpandroidchart = "v3.1.0"
-kotlin = "1.9.0"
+kotlin = "1.9.22"
square-okhttp = "4.10.0"
# Test
-androidx-test-core = "1.4.0"
+androidx-test-core = "1.6.1"
junit = "4.13.2"
-mockito-core = "3.9.0"
+mockito-core = "4.8.1"
robolectric = "4.10.2"
[libraries]
android-view-material = { group = "com.google.android.material", name = "material", version.ref = "android-view-material" }
androidx-annotation = { group = "androidx.annotation", name = "annotation", version.ref = "androidx-annotation" }
+androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "androidx-activity"}
+androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "androidx-activity"}
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
androidx-cardview = { group = "androidx.cardview", name = "cardview", version.ref = "androidx-cardview" }
+androidx-viewpager2 = { group = "androidx.viewpager2", name = "viewpager2", version.ref= "androidx-viewpager2" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "androidx-constraintlayout" }
androidx-core-ktx = { group = "androidx.core", name = "core", version.ref = "androidx-core-ktx" }
androidx-fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "androidx-fragment-ktx" }
@@ -55,4 +60,4 @@ robolectric = { group = "org.robolectric", name = "robolectric", version.ref = "
[plugins]
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } \ No newline at end of file
+kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }