@infilectorg/infiviz-shots-react-sdk 1.1.12 → 1.1.14
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/build.gradle +0 -1
- package/android/proguard-rules.pro +0 -23
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -127,29 +127,6 @@
|
|
|
127
127
|
*;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
# Keep sealed class SDKEvent and its object instances
|
|
131
|
-
-keep class com.infilect.infivizshotsreactsdk.SDKEvent {
|
|
132
|
-
*;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
-keep class com.infilect.infivizshotsreactsdk.SDKEvent$SYNC_EVENT {
|
|
136
|
-
*;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
-keep class com.infilect.infivizshotsreactsdk.SDKEvent$SESSION_RESULT_EVENT {
|
|
140
|
-
*;
|
|
141
|
-
}
|
|
142
|
-
-keep class com.infilect.infivizshotsreactsdk.SDKEvent$ACTION_GENERATED_EVENT {
|
|
143
|
-
*;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
# Keep sealed class constructors and object instances
|
|
147
|
-
-keepclassmembers class com.infilect.infivizshotsreactsdk.SDKEvent {
|
|
148
|
-
public static final com.infilect.infivizshotsreactsdk.SDKEvent$SYNC_EVENT SYNC_EVENT;
|
|
149
|
-
public static final com.infilect.infivizshotsreactsdk.SDKEvent$SESSION_RESULT_EVENT SESSION_RESULT_EVENT;
|
|
150
|
-
public static final com.infilect.infivizshotsreactsdk.SDKEvent$ACTION_GENERATED_EVENT ACTION_GENERATED_EVENT;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
130
|
# Additional memory optimization rules
|
|
154
131
|
-dontusemixedcaseclassnames
|
|
155
132
|
-dontskipnonpubliclibraryclasses
|