Skip to content

Commit

Permalink
Merge pull request #16 from Sonphil/master
Browse files Browse the repository at this point in the history
Use Proguard to remove Log.e calls
  • Loading branch information
Moosphan authored Jun 24, 2019
2 parents b472d0e + 6316b08 commit fc5373f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MaterialProgressView-master/library/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-assumenosideeffects class android.util.Log {
public static *** e(...);
}

0 comments on commit fc5373f

Please sign in to comment.