Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 4332e4e

Browse files
committed
Merge pull request krschultz#94 from GregSaintJean/develop
Adding proguard config file for svgandroid.
2 parents 4943dd1 + 8d9c6ff commit 4332e4e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ proguardFiles(proGuardFileCollection)
7575
* [Square Picasso](https://github.com/square/picasso)
7676
* [Square Retrofit](http://square.github.io/retrofit/)
7777
* [Square Wire](https://github.com/square/wire)
78+
* [SVG Android](https://github.com/pents90/svg-android)
7879
* [Icepick](https://github.com/frankiesardo/icepick)
7980
* [Simple-Xml] (http://simple.sourceforge.net/)
8081

libraries/proguard-svgandroid.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## SVG Android ##
2+
#https://github.com/pents90/svg-android
3+
-keep class com.larvalabs.svgandroid.** {*;}
4+
-keep class com.larvalabs.svgandroid.*$* {*;}

0 commit comments

Comments
 (0)