We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a989ef9 commit 987f694Copy full SHA for 987f694
app/build.gradle.kts
@@ -33,8 +33,8 @@ android {
33
34
defaultConfig {
35
applicationId = "xyz.malkki.neostumbler"
36
- versionCode = 52
37
- versionName = "2.2.0"
+ versionCode = 53
+ versionName = "2.2.1"
38
39
androidResources {
40
// Configure supported languages here to avoid including incomplete translations in the
fastlane/metadata/android/en-US/changelogs/53.txt
@@ -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