Skip to content

Commit

Permalink
Bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Mar 6, 2025
1 parent a1ed14b commit 151e4c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdk = 21
compileSdk = 35
targetSdk = 35
versionCode = 200
versionName = "2.0.0"
versionCode = 210
versionName = "2.1.0"
}
buildTypes {
release {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de/changelogs/210.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Rand-zu-Rand-Layout temporär deaktiviert (behebt das Android 15 und 16 Layout)
* Erlaube die Einstellung verschiedener Kartenanbieter (mit Hilfe von leaflet-providers)
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/210.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Disable edge-to-edge layout for now (fixes Android 15 and 16 layout)
* Allow setting different map providers (using leaflet-providers)

0 comments on commit 151e4c6

Please sign in to comment.