Support multiple .apk files with different application IDs

XMLWordPrintable

      My project's build system produces multiple .apk with different application IDs. For example there is
      foo-main.apk (id: org.foo.main)
      foo-module-bar.apk (id: org.foo.module.bar)
      foo-module-baz.apk (id: org.foo.module.baz)

      currently the google-play-android-publisher-plugin fails with

      Multiple APKs were found but they have inconsistent application IDs:
      - org.foo.main
      - org.foo.module.bar
      - org.foo.module.baz
      Build step 'Upload Android APK to Google Play' marked build as failure
      

      Please add support for builds creating multiple .apk files with different application IDs.

            Assignee:
            Christopher Orr
            Reporter:
            Florian Schmaus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: