Skip to content

Commit

Permalink
Remove unsafe cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliano101 committed Dec 19, 2024
1 parent 488cac2 commit 0a0b5f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
# org.gradle.parallel=true
#Fri Nov 08 00:03:25 ICT 2024
android.enableJetifier=false
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=true
android.useAndroidX=true
kotlin.code.style=official
kotlin.jvm.target.validation.mode=IGNORE
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2560m
org.gradle.unsafe.configuration-cache=true
org.gradle.configuration-cache=false
# Build optimization
org.gradle.parallel=true
org.gradle.configureondemand=true

0 comments on commit 0a0b5f6

Please sign in to comment.