rootbeer
rootbeer copied to clipboard
Proguard rules
Are there any proguard rules? because is not working woth proguard activated Thanks
@francescogatto I've tested the sample app with proguard enabled and it works correctly. Have you made sure to include the default android proguard rules? If so can you submit the error that your getting on compilation or runtime? Thanks
android {
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
@stealthcopter thx!I don't have any more the error.. but in my case didn't work, so i added.
-keep class com.scottyab.rootbeer.** { *; } -dontwarn com.scottyab.rootbeer.**