Skip to content

Commit

Permalink
Move gradle to use non transitive R classes
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 17, 2023
1 parent 87b6233 commit c34a403
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 @@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx2048M
# Add entry to be able to use androidx methods (required for EncryptedSharedPreferences)
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonTransitiveRClass=true
android.nonFinalResIds=false

0 comments on commit c34a403

Please sign in to comment.