ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Enable minify #439

Closed mdrlzy closed 3 months ago

mdrlzy commented 4 months ago

:rocket: Summary

Reduce apk size ark-navigator-arm64-v8a-apk 34.2 MB -> 28.9 MB

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

mdrlzy commented 4 months ago

Looks good. It would be more descriptive if we keep minifyEnable property and set to true explicitly

minifyEnable does not allow you to turn off obfuscation. I want to leave obfuscation disabled to avoid problems with json fields, reading crash logs and so on, and this is useless since the project is open source

hieuwu commented 4 months ago

Looks good. It would be more descriptive if we keep minifyEnable property and set to true explicitly

minifyEnable does not allow you to turn off obfuscation. I want to leave obfuscation disabled to avoid problems with json fields, reading crash logs and so on, and this is useless since the project is open source

That makes sense