-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
I had a couple of error with proguard, the Column name and parameters like onUniqueConflict are "deleted" by proguard so the application crash when it released I added :
-keep class com.activeandroid.** { *; }
-keep class com.activeandroid.. { *; }
-keep class * extends com.activeandroid.Model
-keep class * extends com.activeandroid.serializer.TypeSerializer
And the class of my Database who's extend model but that was ineffective
Metadata
Metadata
Assignees
Labels
No labels