diff --git a/README.md b/README.md index 089e27a..f914da9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ maven { 2. Import the dependencies in `build.gradle.kts`: ```kotlin -implementation("com.simprints.biometrics:simface:2025.4.0") +implementation("com.simprints.biometrics:simface:2026.1.0") ``` ## Implement the functionality. diff --git a/build.gradle.kts b/build.gradle.kts index 398396b..ec0b00e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { val projectGroupId = "com.simprints.biometrics" val projectArtifactId = "simface" -val projectVersion = "2025.4.0" +val projectVersion = "2026.1.0" group = projectGroupId version = projectVersion diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c82e9b7..d353ce9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -agp = "8.13.0" -kotlin = "2.0.20" +agp = "8.13.2" +kotlin = "2.2.21" junitVersion = "1.3.0" espressoCore = "3.7.0" tensorflowLite = "2.17.0" @@ -9,9 +9,9 @@ tensorflowLiteSupport = "0.5.0" faceDetection = "16.1.7" ejmlSimple = "0.44.0" coreKtx = "1.17.0" -appcompat = "1.6.1" -material = "1.10.0" -opencv = "4.10.0" +appcompat = "1.7.1" +material = "1.13.0" +opencv = "4.13.0" truth = "1.4.5" [libraries] diff --git a/simq/README.md b/simq/README.md index 16ae2d3..5bdbb2d 100644 --- a/simq/README.md +++ b/simq/README.md @@ -16,7 +16,7 @@ SimQ evaluates face images based on four key metrics: Add the dependency to your `build.gradle.kts`: ```kotlin -implementation("com.simprints.biometrics:simq:2025.4.0") +implementation("com.simprints.biometrics:simq:2026.1.0") ``` ## Basic Usage diff --git a/simq/build.gradle.kts b/simq/build.gradle.kts index deac50c..99dc625 100644 --- a/simq/build.gradle.kts +++ b/simq/build.gradle.kts @@ -6,7 +6,7 @@ plugins { val projectGroupId = "com.simprints.biometrics" val projectArtifactId = "simq" -val projectVersion = "2025.4.0" +val projectVersion = "2026.1.0" group = projectGroupId version = projectVersion