Skip to content

Commit

Permalink
Update to version 2.15.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Dec 2, 2024
1 parent 8f05c31 commit 1297b89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 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 2150314
versionName "2.15.3"
versionCode 2150415
versionName "2.15.4"

vectorDrawables.useSupportLibrary = true

Expand Down
18 changes: 7 additions & 11 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"Entries": [
{
"VersionCode": 2150415,
"Title": "Changes in version 2.15.4",
"Messages": [
"Fix permission denied error when starting collector on Android 13."
]
},
{
"VersionCode": 2150314,
"Title": "Changes in version 2.15.3",
Expand Down Expand Up @@ -38,17 +45,6 @@
"Title": "Changes in version 2.14.6",
"Description": "<h1>IMPORTANT!</h1>Mozilla have made the decision to retire the service and new measurements are no longer accepted. <a href='https://discourse.mozilla.org/t/retiring-the-mozilla-location-service/128693'>Read more</a>.<br/><br/>The option to upload to Mozilla Location Services temporarily remains available, but I will only try to upload the measurements if custom MLS-compatible address is provided in Preferences.",
"Messages": []
},
{
"VersionCode": 2140505,
"Title": "Changes in version 2.14.5",
"Messages": [
"Fix upload result presentation.",
"Add check for Internet connection before starting upload.",
"Add option to use custom MLS-compatible server for uploads.",
"Display a warning when attempting to export database when there is no data to upload.",
"Improve error handling."
]
}
]
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2150415.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix permission denied error when starting collector on Android 13.

0 comments on commit 1297b89

Please sign in to comment.