Skip to content

Commit

Permalink
Update to version 2.14.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Mar 28, 2024
1 parent 6f4ff8d commit d00fd21
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 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 33
compileSdk 33
versionCode 2140505
versionName "2.14.5"
versionCode 2140610
versionName "2.14.6"

vectorDrawables.useSupportLibrary = true

Expand Down
14 changes: 6 additions & 8 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"Entries": [
{
"VersionCode": 2140610,
"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",
Expand Down Expand Up @@ -40,14 +46,6 @@
"Update website address.",
"Update translations."
]
},
{
"VersionCode": 2140100,
"Title": "Changes in version 2.14.1",
"Messages": [
"Try to fix exception when button cancelling export or upload.",
"Improve error handling."
]
}
]
}
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2140610.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
IMPORTANT!
Mozilla have made the decision to retire the service and new measurements are no longer accepted. Read more: https://discourse.mozilla.org/t/retiring-the-mozilla-location-service/128693

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.

0 comments on commit d00fd21

Please sign in to comment.