StreethawkNick
Results
2
comments of
StreethawkNick
@leov1 downgrading is not a proper solution it doesn't solve the issue....
@iammelvin remove this line from your android/app/build.gradle file ``` signingConfigs { release { storeFile file(HACKERBUZZ_RELEASE_STORE_FILE) storePassword HACKERBUZZ_RELEASE_STORE_PASSWORD keyAlias HACKERBUZZ_RELEASE_KEY_ALIAS keyPassword HACKERBUZZ_RELEASE_KEY_PASSWORD } } ``` and `signingConfig signingConfigs.release // add this...