Skip to content

Commit

Permalink
Merge pull request #985 from Aptoide/bugfix/ASV-1631_FixNetworkProgua…
Browse files Browse the repository at this point in the history
…rdRules

[ASV-1631] Fix network proguard rules
  • Loading branch information
jdandrade authored Apr 24, 2019
2 parents 484adb1 + 926980d commit a04b71a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
}
-keep class com.ironsource.adapters.** { *;
}
-dontwarn com.ironsource.mediationsdk.**
-dontwarn com.ironsource.adapters.**
-dontwarn com.moat.**
-keep class com.moat.** { public protected private *; }

Expand Down

0 comments on commit a04b71a

Please sign in to comment.