I have launched a app this 2 month ago with signing and this properties:
defaultConfig {
minSdkVersion 18
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Now i added some new features like firebase messaging and firebase notification that require at least MinSdk 19 ; So i changed MinSdk to => 19 and change version from
version: 1.0.0+6
to
version: 1.1.1+0
But when i release new version and try to update last version whit new version it make trouble whit error :
"Not Installed App : package appears to be corrupt"
(and i don't want to removing it from device because of logged users) Could someone Help me about it?