Skip to content

Commit

Permalink
changed android.nonTransitiveRClass back to false
Browse files Browse the repository at this point in the history
(need to figure out why this change was needed upstream)
  • Loading branch information
polymorphicshade committed Jul 13, 2024
1 parent 0dad7dc commit 72a125a
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
@@ -1,7 +1,7 @@
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=false
android.nonFinalResIds=false
android.nonTransitiveRClass=true
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048M --add-opens jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
systemProp.file.encoding=utf-8

0 comments on commit 72a125a

Please sign in to comment.