@idpass/smartscanner-capacitor 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/proguard-rules.pro +6 -0
- package/package.json +1 -1
- package/android/.npmignore +0 -1
- package/ios/.npmignore +0 -4
|
@@ -19,3 +19,9 @@
|
|
|
19
19
|
# If you keep the line number information, uncomment this to
|
|
20
20
|
# hide the original source file name.
|
|
21
21
|
#-renamesourcefileattribute SourceFile
|
|
22
|
+
|
|
23
|
+
# Keep StringConcatFactory which is referenced but may be removed
|
|
24
|
+
-keep class java.lang.invoke.StringConcatFactory { *; }
|
|
25
|
+
|
|
26
|
+
# Keep IDPassReader which is referenced but may be removed
|
|
27
|
+
-keep class org.idpass.lite.IDPassReader { *; }
|
package/package.json
CHANGED
package/android/.npmignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/build
|
package/ios/.npmignore
DELETED