Skip to content

Commit

Permalink
Update to version 2.15.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Nov 28, 2024
1 parent 7c8c4ff commit 0795220
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
minSdkVersion 21
targetSdkVersion 34
compileSdk 34
versionCode 2150213
versionName "2.15.2"
versionCode 2150314
versionName "2.15.3"

vectorDrawables.useSupportLibrary = true

Expand Down
17 changes: 7 additions & 10 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"Entries": [
{
"VersionCode": 2150314,
"Title": "Changes in version 2.15.3",
"Messages": [
"Fix crash when starting export or upload on Android 14+."
]
},
{
"VersionCode": 2150213,
"Title": "Changes in version 2.15.2",
Expand Down Expand Up @@ -42,16 +49,6 @@
"Display a warning when attempting to export database when there is no data to upload.",
"Improve error handling."
]
},
{
"VersionCode": 2140403,
"Title": "Changes in version 2.14.4",
"Messages": [
"Fix missing notifications on Android 13.",
"Fix issue with requesting background location permission if no location permission was granted before.",
"Improve readability of message when there are no measurements on the device.",
"Improve opening Network type settings."
]
}
]
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2150314.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix crash when starting export or upload on Android 14+.

0 comments on commit 0795220

Please sign in to comment.