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 = "2023.4.1"
project.version = "2024.1.0"

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 @@ -30,6 +30,7 @@ public class Constants {

// Optional extras
final public static String SIMPRINTS_CALLING_PACKAGE = "packageName";
final public static String SIMPRINTS_BIOMETRIC_DATA_SOURCE = "biometricDataSource";
final public static String SIMPRINTS_METADATA = "metadata";

// Custom callout parameters for particular integrations: Don't include if not needed
Expand Down