I was added this code in app.config file after that issue were not gone. Then I was do some changes in build.gradle file : allprojects {
apply from: ‘repositories.gradle’
repositories repos
//This replaces project.properties w.r.t. build settings
project.ext {
defaultBuildToolsVersion="30" //String
defaultMinSdkVersion=25 //Integer - Minimum requirement is Android 5.1
defaultTargetSdkVersion=30 //Integer - We ALWAYS target the latest by default
defaultCompileSdkVersion=30 //Integer - We ALWAYS compile with the latest by default
}
}
then its show signature not matching in google play console
2 posts - 2 participants