-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seems like we are stripping something important which is causing a soft error (loader spins forever). Something in the rules below seems to resolve it. See: - https://square.github.io/retrofit/ - https://square.github.io/okhttp/features/r8_proguard/ Specifically I added these rules: - https://github.com/square/retrofit/blob/trunk/retrofit/src/main/resources/META-INF/proguard/retrofit2.pro - https://raw.githubusercontent.com/square/okhttp/master/okhttp/src/main/resources/META-INF/proguard/okhttp3.pro - https://github.com/square/okio/blob/c90794f83170d770eb247c56ade80c0a6661a5d6/android-test/multidex-config.pro
- Loading branch information
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters