@idpass/smartscanner-capacitor 0.7.0 → 0.7.2
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 +16 -0
- package/package.json +1 -1
- package/android/.npmignore +0 -1
- package/ios/.npmignore +0 -4
|
@@ -19,3 +19,19 @@
|
|
|
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 { *; }
|
|
28
|
+
|
|
29
|
+
# Keep all classes in the IDPass package
|
|
30
|
+
-keep class org.idpass.** { *; }
|
|
31
|
+
-keep interface org.idpass.** { *; }
|
|
32
|
+
|
|
33
|
+
# Please add these rules to your existing keep rules in order to suppress warnings.
|
|
34
|
+
# This is generated automatically by the Android Gradle plugin.
|
|
35
|
+
-dontwarn java.lang.invoke.StringConcatFactory
|
|
36
|
+
-dontwarn org.idpass.lite.IDPassReader
|
|
37
|
+
|
package/package.json
CHANGED
package/android/.npmignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/build
|
package/ios/.npmignore
DELETED