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

@@ -20,4 +20,6 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# 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
android.nonTransitiveRClass=true
org.gradle.daemon=true
org.gradle.daemon.idletimeout=1000