REAndroid / APKEditor

Powerful android apk editor - aapt/aapt2 independent
Apache License 2.0
645 stars 95 forks source link

Upgrade gradle and add gradle application plugin #64

Closed sv99 closed 10 months ago

sv99 commented 10 months ago

Replace gradle java plugin to the application plugin.

Allow run application from IDE.

./gradlew run --args="d app.apk"   
sv99 commented 10 months ago

Idea used internal gradle... In the IDE all worked well but from command line not! After upgrading gradle to 8.2.1 all worked.