Use kotshi instead of moshi-kotlin-codegen

This commit is contained in:
topjohnwu
2019-06-01 13:18:11 -07:00
parent 4122ebe18f
commit 80d834fb55
8 changed files with 26 additions and 61 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#}
# Retrofit classes
-keep,allowobfuscation class com.topjohnwu.magisk.data.network.**
-keep,allowobfuscation class com.topjohnwu.magisk.data.network.*
# Snet
-keepclassmembers class com.topjohnwu.magisk.utils.ISafetyNetHelper { *; }