Skip to content

Commit

Permalink
bump android to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinFarmer committed May 27, 2024
1 parent ffdaf23 commit 4605ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 4605ff2

Please sign in to comment.