cianru / huawei-appgallery-publish-gradle-plugin

Huawei AppGallery Publish Gradle Plugin allows you to publish the android release build file (*.apk or *.aab) to the Huawei AppGallery store
Apache License 2.0
111 stars 20 forks source link

Update libraries and fix bundle support #18

Closed juliocbcotta closed 3 years ago

juliocbcotta commented 3 years ago

Hi, I think I as able to fix the bundle problem with AS 4.1.1 by removing the casting. See : BuildFileProvider.kt

closes: https://github.com/cianru/huawei-publish-gradle-plugin/issues/16

While investigating I updated the libraries and gradle.

NOTES

Sorry, the PR got really bigger than it needed to be, but the changes are quite simple in general.

cosic commented 3 years ago

@BugsBunnyBR Hi! Could you move PR to develop target branch instead of master. Please see https://github.com/cianru/huawei-publish-gradle-plugin/blob/master/CONTRIBUTING.md

juliocbcotta commented 3 years ago

@BugsBunnyBR Hi! Could you move PR to develop target branch instead of master. Please see https://github.com/cianru/huawei-publish-gradle-plugin/blob/master/CONTRIBUTING.md

done