Skip to content

Commit

Permalink
Update to version 2.15.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Nov 27, 2024
1 parent 9b3f4d6 commit 33fd89d
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 2150112
versionName "2.15.1"
versionCode 2150213
versionName "2.15.2"

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": 2150213,
"Title": "Changes in version 2.15.2",
"Messages": [
"Fix crash when starting collector on Android 13+ without proper permissions."
]
},
{
"VersionCode": 2150112,
"Title": "Changes in version 2.15.1",
Expand Down Expand Up @@ -45,16 +52,6 @@
"Improve readability of message when there are no measurements on the device.",
"Improve opening Network type settings."
]
},
{
"VersionCode": 2140302,
"Title": "Changes in version 2.14.3",
"Messages": [
"Fix 5G (NR) cell Tracking Area Code accepted values range.",
"Use dialog instead of notification for error reporting in F-Droid builds.",
"Add Finish translation.",
"Update Hungarian translation."
]
}
]
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2150213.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix crash when starting collector on Android 13+ without proper permissions.

0 comments on commit 33fd89d

Please sign in to comment.