Update Gradle properties and library versions

This commit is contained in:
2026-03-27 17:26:26 +01:00
parent 70514ea146
commit d433863e21
2 changed files with 4 additions and 2 deletions

View File

@@ -21,3 +21,5 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
org.gradle.daemon=true
org.gradle.daemon.idletimeout=1000

View File

@@ -1,5 +1,5 @@
[versions]
agp = "8.9.1"
agp = "8.13.2"
coreKtx = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"