Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.13k stars 341 forks source link

Support deployment of Wear APKs to Playstore #762

Closed markchristopherng closed 4 years ago

markchristopherng commented 4 years ago

Problem description

the plugin only supports uploading different flavours of the same APK. If the APK is in a different module such as app and wear the plugin does not support this.

app\build\outputs\apk\debug\app-debug.apk

wear\build\outputs\apk\debug\wear-debug.apk

Potential solutions/workarounds

a potential work around is to copy the wear APK to the app directory using a gradle task

Additional context

SUPERCILEX commented 4 years ago

GPP does: https://github.com/Triple-T/gradle-play-publisher#combining-artifacts-into-a-single-release. Also, see https://github.com/Triple-T/gradle-play-publisher/issues/217.