Hi Team ,
I have an app with initial version having proguard rule .
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
After the app release to play store I found that some of the proguard rules are missing, so I added some more rules and released the app.
While testing I found that app update is not enforcing the updated proguard rule . Once I uninstall / install (fresh install) app then the updated proguard rule started getting effective.
Also if I delete the app user data then also the new proguard rule was effective.
Question : Is there any specific instruction to be followed to apply the updated proguard rule on app update?