Recently I had to migrate a project to use AGP 8 and hit some issues with maven publish setup. So I made a note outlining a pitfall I hit: https://notes.amatkovsky.com/Publishing+APK+as+an+artifact+to+maven+with+AGP+8

Hope this helps and saves someone some googling.
#android #gradle #AndroidDev

Publishing APK as an artifact to maven with AGP 8 - Andrew's notes

#gradle #android If you have a setup to publish your APK and you are migrating to Android Gradle Plugin 8.+ you will notice this warning: WARNING: Software Components will not be created automatical…

Andrew's notes