Bump dependencies

This commit is contained in:
mimi89999
2026-04-02 11:28:02 +02:00
parent 7f792c8003
commit 6da3d84495
3 changed files with 3 additions and 5 deletions
-1
View File
@@ -2,7 +2,6 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
}
android {
-1
View File
@@ -1,5 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
}
+3 -3
View File
@@ -1,7 +1,7 @@
[versions]
agp = "8.13.2"
kotlin = "2.3.0"
coreKtx = "1.17.0"
agp = "9.1.0"
kotlin = "2.3.20"
coreKtx = "1.18.0"
junit = "4.13.2"
junitVersion = "1.3.0"
espressoCore = "3.7.0"