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 kotlin version to 1.4.10 #15

Closed zhelanov closed 3 years ago

zhelanov commented 3 years ago

A little improvement to prevent warnings like

Runtime JAR files in the classpath should have the same version Consider providing an explicit dependency on some_kotlin_package 1.4 to prevent strange errors

in projects with new kotlin. For now it seems that this really lead to strange errors in out project