Nano
This commit is contained in:
parent
bf7cf2f7ff
commit
5754026910
|
|
@ -40,6 +40,7 @@ dependencies {
|
|||
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
||||
implementation 'com.google.code.gson:gson:2.8.6'
|
||||
implementation 'cn.wanghaomiao:JsoupXpath:2.5.1'
|
||||
implementation 'org.nanohttpd:nanohttpd:2.3.1'
|
||||
implementation 'com.google.zxing:core:3.3.0'
|
||||
//implementation 'com.orhanobut:logger:2.2.0'
|
||||
implementation 'org.jsoup:jsoup:1.15.3'
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@
|
|||
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
|
||||
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
|
||||
|
||||
# Nano
|
||||
-keep class fi.iki.elonen.** { *; }
|
||||
|
||||
# OkHttp
|
||||
-dontwarn okhttp3.**
|
||||
-keep class okio.** { *; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue