Android Studio Gradle Bintray Upload Failed: Could Not Sign Version
After running ./gradlew bintrayUpload I am getting the following error. :my-library:bintrayUpload FAILED FAILURE: Build failed with an exception. What went wrong: Execution fai
Solution 1:
I was able to solve this issue by deleting the GPG key in Bintray and then regenerating the keys.
Post a Comment for "Android Studio Gradle Bintray Upload Failed: Could Not Sign Version"