Lacerte / clima

MOVED TO https://codeberg.org/Lacerte/clima
Mozilla Public License 2.0
105 stars 14 forks source link

[ui] remove deprecated options from `gradle.properties` #313

Closed triallax closed 2 years ago

triallax commented 2 years ago

Description

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