Skip to content

Commit 152ce42

Browse files
author
John Qualls
authored
Don't obfuscate the audio switch library (#29)
1 parent 493b75f commit 152ce42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

audioswitch/proguard-rules.pro

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
22+
-keep class com.twilio.audioswitch.** { *; }
23+
-keepattributes InnerClasses

0 commit comments

Comments
 (0)