@idpass/smartscanner-capacitor 0.7.1 → 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 +10 -0
- package/package.json +1 -1
|
@@ -25,3 +25,13 @@
|
|
|
25
25
|
|
|
26
26
|
# Keep IDPassReader which is referenced but may be removed
|
|
27
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