diff --git a/CHANGELOG.md b/CHANGELOG.md index db1475f..769413c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.0.10 -* Bump Android to 0.7.4 +* Bump Android to 0.7.5 * Bump iOS to 0.5.16 * Added `German` and `French` support. * Added `enableAutoCapture` to `IdentityBuilder`. diff --git a/android/build.gradle b/android/build.gradle index 7b983db..ee3613d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -89,7 +89,7 @@ dependencies { implementation "com.facebook.react:react-native" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - def fallbackKlippaVersion = "0.7.4" + def fallbackKlippaVersion = "0.7.5" def klippaIdentityVerificationVersion = project.hasProperty('klippaIdentityVerificationVersion') ? project.klippaIdentityVerificationVersion : fallbackKlippaVersion implementation "com.klippa:identity_verification:$klippaIdentityVerificationVersion" }