Skip to content

Commit

Permalink
Merge pull request #32 from djkovrik/release/1.4.1
Browse files Browse the repository at this point in the history
Release 1.4.1
  • Loading branch information
djkovrik authored Oct 2, 2024
2 parents 048e371 + a4fea84 commit cef06bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "com.sedsoftware.blinktracker"
minSdk = 26
targetSdk = 34
versionCode = 100400
versionName = "1.4.0"
versionCode = 100401
versionName = "1.4.1"
setProperty("archivesBaseName", applicationId)

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions distribution/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* Low light detection (#25)
* Update dependencies (#26)
* Dependencies update and stability tweaks (#31)
*
3 changes: 1 addition & 2 deletions distribution/whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Improved face detection under low light conditions
Fixed face detection while app works in background
Stability tweaks and fixes
3 changes: 1 addition & 2 deletions distribution/whatsnew/whatsnew-ru-RU
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Улучшено распознавание лица в условиях низкой освещенности
Улучшена работа приложения в фоновом режиме
Различные исправления и улучшение стабильности

0 comments on commit cef06bb

Please sign in to comment.