Skip to content

Commit 987f694

Browse files
committed
Update version to 2.2.1
1 parent a989ef9 commit 987f694

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333

3434
defaultConfig {
3535
applicationId = "xyz.malkki.neostumbler"
36-
versionCode = 52
37-
versionName = "2.2.0"
36+
versionCode = 53
37+
versionName = "2.2.1"
3838

3939
androidResources {
4040
// Configure supported languages here to avoid including incomplete translations in the
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fixed content being drawn under system bars in the settings on larger screens
2+
- Fixed map labels not loading with VersaTiles
3+
- Updated translations

0 commit comments

Comments
 (0)