Skip to content

Commit c13e3cc

Browse files
committed
Release 3.0.0 - Update proguard rules
Related to DEP-339
1 parent 6778c4d commit c13e3cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
99
### Changed
1010
- General improvements and bug fixes
1111
- Updated Kotlin version to 1.6.21
12+
- Updated proguard rules
1213

1314
### Migrating from 2.x.x
1415
- Update the version of the Yoti SDK dependencies in your build.gradle file

app/proguard-rules.pro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
-keepclassmembers class kotlinx.** {
2+
volatile <fields>;
3+
}
14
-keep class com.yoti.** { *; }
25
-keep class com.microblink.** { *; }
36
-keep class com.microblink.**$* { *; }
47
-dontwarn com.microblink.**
5-
-keep class com.facetec.zoom.** { *; }
8+
-dontwarn com.facetec.sdk.**
9+
-keep class com.facetec.sdk.** { *; }
610
-dontwarn javax.annotation.Nullable
11+
-keepclassmembers class io.ktor.** { volatile <fields>; }

0 commit comments

Comments
 (0)