Skip to content
Snippets Groups Projects
Commit 8483cca5 authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Get pro guard rules from lib

parent 95749744
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -88,6 +88,7 @@ dependencies {
}
compile 'com.squareup.retrofit2:converter-scalars:2.1.0'
compile 'com.github.aurae.retrofit2:converter-logansquare:1.4.1'
compile 'com.github.Commit451:RetrofitProguardRules:2.1.0.0'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
compile 'com.squareup.picasso:picasso:2.5.2'
Loading
Loading
Loading
Loading
@@ -27,18 +27,6 @@
# Picasso rules
-dontwarn com.squareup.okhttp.**
 
# Retrofit rules
# Platform calls Class.forName on types which do not exist on Android to determine platform.
-dontnote retrofit2.Platform
# Platform used when running on RoboVM on iOS. Will not be used at runtime.
-dontnote retrofit2.Platform$IOS$MainThreadExecutor
# Platform used when running on Java 8 VMs. Will not be used at runtime.
-dontwarn retrofit2.Platform$Java8
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain declared checked exceptions for use by a Proxy instance.
-keepattributes Exceptions
# Okio
-dontwarn okio.**
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment