We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596bae9 commit 4521dfaCopy full SHA for 4521dfa
gradle.properties
@@ -14,4 +14,8 @@ org.gradle.jvmargs=-Xmx1536m
14
android.useAndroidX=true
15
android.nonTransitiveRClass=true
16
android.nonFinalResIds=true
17
-org.gradle.configuration-cache=true
+# The AboutLibraries plugin has obvoisly a problem with the caching.
18
+# See https://github.com/mikepenz/AboutLibraries/issues/857
19
+# Therefore, the cache must be disabled for now. As soon as the project is migrated to compileSdk=35,
20
+# the plugin version >=11.4.0 can be used, which might fix the issue.
21
+org.gradle.configuration-cache=false
0 commit comments