Skip to content

Commit

Permalink
Enable configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Nov 11, 2023
1 parent fdb29c6 commit 1cc6b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ org.gradle.daemon=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.configuration-cache=true

android.useAndroidX=true
android.enableJetifier=false
Expand Down
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.1.2"
agp = "8.1.3"
kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
kover = "0.7.4"
Expand Down Expand Up @@ -38,8 +38,6 @@ test-runner = "1.5.2"
test-benchmark = "1.2.0"
mockk = "1.13.5"
ktlint = "1.0.0"
espresso-core = "3.5.1"
uiautomator = "2.2.0"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 1cc6b02

Please sign in to comment.