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.
What are you having trouble with and how can we help you?
Currently, we use the plugin to deploy a single APK to the play store and everything works great. our APK has an embedded Wear APK inside it so we only need to deploy a single artifact however we would like to remove the embedded Wear APK and have it as a separate artifact.
Please see the doco - https://developer.android.com/training/wearables/apps/packaging
My question is does this plugin support uploading multiple Apks - an APK for the phone and an APK for the wear? I couldn't find any documentation and i'm not sure how to configure the plugin to support this.
What are you having trouble with and how can we help you?
Currently, we use the plugin to deploy a single APK to the play store and everything works great. our APK has an embedded Wear APK inside it so we only need to deploy a single artifact however we would like to remove the embedded Wear APK and have it as a separate artifact. Please see the doco - https://developer.android.com/training/wearables/apps/packaging
My question is does this plugin support uploading multiple Apks - an APK for the phone and an APK for the wear? I couldn't find any documentation and i'm not sure how to configure the plugin to support this.