CountryPicker
CountryPicker copied to clipboard
CountryPicker crashes with Proguard/MinifyEnabled = true
my app has
release { minifyEnabled true // Obfuscate and minify codes shrinkResources true // Remove unused resources debuggable true signingConfig signingConfigs.release proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' }
it crashes with error Caused by: android.content.res.Resources$NotFoundException: File res/drawable/albania.xml from drawable resource ID #0x7f080060
Please update the readme for proguard/minifyenabled