ilharp / sign-android-release

A GitHub action to sign an APK or AAB
https://github.com/marketplace/actions/sign-android-release-2
MIT License
43 stars 10 forks source link

chore: bump gradle to `7.6.1` #16

Closed validcube closed 1 year ago

validcube commented 1 year ago

I'm very sorry about my PR (#15), I accidentally mistook gradlew --warning-mode all for gradlew build because I was using the arrow key out of habit without paying close attention to the command, I'll make sure to double-check next time!

ilharp commented 1 year ago

Oh, the action failed not because of your PR, but because of a deprecated dependency that used to be maintained by Kotlin. Bumping gradle is a right choice and has nothing to do with that dependency issue.

I'll look into that and fix it later. Thanks for your contribution!