Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
mavenCentral()
}

project.version = "2024.2.0"
project.version = "2024.2.2"

android {
compileSdkVersion 33
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/simprints/libsimprints/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public class Constants {
final public static String SIMPRINTS_REGISTRATION = "registration";
final public static String SIMPRINTS_IDENTIFICATIONS = "identification";
final public static String SIMPRINTS_VERIFICATION = "verification";
final public static String SIMPRINTS_VERIFICATION_SUCCESS = "verificationSuccess";
final public static String SIMPRINTS_REFUSAL_FORM = "refusalForm";

// When SIMPRINTS_BIOMETRICS_COMPLETE_CHECK is true, the user has completed the Simprints flow
Expand Down