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
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 = 35
versionCode = 100401
versionName = "1.4.1"
versionCode = 100402
versionName = "1.4.2"
setProperty("archivesBaseName", applicationId)

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 1 addition & 2 deletions distribution/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* Dependencies update and stability tweaks (#31)
*
* Dependencies update and crash fix (#33)
2 changes: 1 addition & 1 deletion distribution/whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Stability tweaks and fixes
Minor fixes to prevent app crashes
2 changes: 1 addition & 1 deletion distribution/whatsnew/whatsnew-ru-RU
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Различные исправления и улучшение стабильности
Различные исправления для предотвращения вылетов приложения
Loading