Skip to content

Commit

Permalink
Merge pull request #28 from djkovrik/release/1.4.0
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
djkovrik authored Apr 30, 2024
2 parents a7c06fa + 5d48323 commit f65c0e1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 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 = 100301
versionName = "1.3.1"
versionCode = 100400
versionName = "1.4.0"
setProperty("archivesBaseName", applicationId)

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -68,7 +68,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.5.12"
}
packaging {
resources {
Expand Down
3 changes: 2 additions & 1 deletion distribution/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Changed default opacity value (#21)
* Low light detection (#25)
* Update dependencies (#26)
3 changes: 2 additions & 1 deletion distribution/whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Minor tweaks and fixes
Improved face detection under low light conditions
Fixed face detection while app works in background
3 changes: 2 additions & 1 deletion distribution/whatsnew/whatsnew-ru-RU
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Различные исправления
Улучшено распознавание лица в условиях низкой освещенности
Улучшена работа приложения в фоновом режиме
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.1.4"
org-jetbrains-kotlin-android = "1.8.21"
org-jetbrains-kotlin-android = "1.9.23"
org-jetbrains-kotlin-coroutines = "1.8.0"
org-jetbrains-kotlin-datetime = "0.5.0"
google-play-services = "4.4.1"
Expand Down
2 changes: 1 addition & 1 deletion sources/ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.5.12"
}
}

Expand Down

0 comments on commit f65c0e1

Please sign in to comment.