defold / extender

Native extension build server
https://defold.com/manuals/extensions/
MIT License
45 stars 19 forks source link

Replace Proguard with R8 #566

Open ekharkunov opened 1 week ago

ekharkunov commented 1 week ago

Android developed their own code shrinker R8. So need investigate and make changes to replace usage of Proguard with R8 utility. https://developer.android.com/build/shrink-code https://developer.android.com/build/kotlin-support