File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
9
9
### Changed
10
10
- General improvements and bug fixes
11
11
- Updated Kotlin version to 1.6.21
12
+ - Updated proguard rules
12
13
13
14
### Migrating from 2.x.x
14
15
- Update the version of the Yoti SDK dependencies in your build.gradle file
Original file line number Diff line number Diff line change
1
+ -keepclassmembers class kotlinx.** {
2
+ volatile <fields>;
3
+ }
1
4
-keep class com.yoti.** { *; }
2
5
-keep class com.microblink.** { *; }
3
6
-keep class com.microblink.**$* { *; }
4
7
-dontwarn com.microblink.**
5
- -keep class com.facetec.zoom.** { *; }
8
+ -dontwarn com.facetec.sdk.**
9
+ -keep class com.facetec.sdk.** { *; }
6
10
-dontwarn javax.annotation.Nullable
11
+ -keepclassmembers class io.ktor.** { volatile <fields>; }
You can’t perform that action at this time.
0 commit comments