Remove two deprecated options from gradle.properties. R8 is enabled by default now, and useLegacyPackaging true in android/app/build.gradle replaces android.bundle.enableUncompressedNativeLibs=false.
### References
Testing
Just build an APK.
Checklist
[x] The correct base branch is being used, if not master
Description
Remove two deprecated options from
### Referencesgradle.properties
. R8 is enabled by default now, anduseLegacyPackaging true
inandroid/app/build.gradle
replacesandroid.bundle.enableUncompressedNativeLibs=false
.Testing
Just build an APK.
Checklist
master