Skip to content

Commit

Permalink
disable configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPurwar committed May 10, 2022
1 parent 3a7e4cd commit fa1181b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android.enableR8.fullMode=true
android.enableAppCompileTimeRClass=true
org.gradle.caching=true
org.gradle.warning.mode=all
org.gradle.unsafe.configuration-cache=true
org.gradle.configureondemand=true

# Don't add the testOnly attribute to manifest that causes issues on some devices
# https://gist.github.com/xujiaao/5fd127a72979cdc3c70dcc1324786f87
Expand Down

0 comments on commit fa1181b

Please sign in to comment.