From a5ed628460a88a48ddbb9fe12071677c8571da3c Mon Sep 17 00:00:00 2001 From: gracia Date: Wed, 29 Jan 2025 19:49:58 +0700 Subject: [PATCH] button and toko saya activity --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 75c54de..2af6ec6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] agp = "8.7.3" kotlin = "1.9.0" -coreKtx = "1.10.1" +coreKtx = "1.15.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" appcompat = "1.7.0" material = "1.12.0" -activity = "1.9.2" -constraintlayout = "2.1.4" +activity = "1.10.0" +constraintlayout = "2.2.0" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }