mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Fix proguard screwing moshi
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-keepclassmembernames @com.squareup.moshi.JsonClass class * extends java.lang.Enum {
|
||||
<fields>;
|
||||
}
|
||||
+1
-1
@@ -8,7 +8,7 @@ buildscript {
|
||||
'version' : [
|
||||
'major': 0,
|
||||
'minor': 1,
|
||||
'patch': 0,
|
||||
'patch': 1,
|
||||
'build': 0,
|
||||
],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user