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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion simq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion simq/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading