1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +00:00

added proguard rules

now they are part of the .aar library, before you had to add them to each release app
This commit is contained in:
kai-morich
2019-11-13 07:47:04 +01:00
parent 24187b3af6
commit fd2055791a
3 changed files with 4 additions and 8 deletions
+1
View File
@@ -0,0 +1 @@
-keep class com.hoho.android.usbserial.driver.* { *; }