Skip to content

Commit

Permalink
Update to version 2.15.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Dec 5, 2024
1 parent f093655 commit 328db58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 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 2150415
versionName "2.15.4"
versionCode 2150516
versionName "2.15.5"

vectorDrawables.useSupportLibrary = true

Expand Down
14 changes: 8 additions & 6 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"Entries": [
{
"VersionCode": 2150516,
"Title": "Changes in version 2.15.5",
"Messages": [
"Fix battery optimization detection on Android 15.",
"Extend background location permission rationale to be more compliant with Google Play policy."
]
},
{
"VersionCode": 2150415,
"Title": "Changes in version 2.15.4",
Expand Down Expand Up @@ -39,12 +47,6 @@
"Improve improve compatibility with Android 14.",
"Improve error handling."
]
},
{
"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": []
}
]
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2150516.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix battery optimization detection on Android 15.
- Extend background location permission rationale to be more compliant with Google Play policy.

0 comments on commit 328db58

Please sign in to comment.