Skip to content

Commit

Permalink
build: enable gradle configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Oct 4, 2023
1 parent 391a44c commit d07ec7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ android.useAndroidX=true
android.enableJetifier=false
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=true
android.nonFinalResIds=false
android.nonFinalResIds=false
org.gradle.configuration-cache=true

0 comments on commit d07ec7f

Please sign in to comment.