Also enable configuration cache that Build Analyzer suggested

(cherry picked from commit 289264878ea4f0db7e90bc0197819de986c88922)

# Conflicts:
#	gradle.properties
This commit is contained in:
arkon 2023-01-12 22:44:37 -05:00 committed by Jobobby04
parent 9a7296aa3a
commit 81a97f6f03
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ org.gradle.jvmargs=-Xmx5120m
org.gradle.parallel=true org.gradle.parallel=true
org.gradle.caching=true org.gradle.caching=true
kotlin.incremental=true
# AndroidX support # AndroidX support
android.useAndroidX=true android.useAndroidX=true

View File

@ -1,5 +1,5 @@
[versions] [versions]
agp_version = "7.3.1" agp_version = "7.4.0"
lifecycle_version = "2.5.1" lifecycle_version = "2.5.1"
[libraries] [libraries]