Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 532a9c8

Browse files
committed
bump version code and changelog
1 parent 5f00bcd commit 532a9c8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
compileSdk = 35
4141
minSdk = 26
4242
targetSdk = 35
43-
versionCode = 48
44-
versionName = "6.0.0"
43+
versionCode = 49
44+
versionName = "6.1.0"
4545
applicationId = "de.storchp.opentracks.osmplugin"
4646

4747
testInstrumentationRunnerArguments += mapOf("runnerBuilder" to "de.mannodermaus.junit5.AndroidJUnit5Builder")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix: Sprachen im PlayStore App Bundle
2+
- Übersetzungen aktualisiert
3+
- Abhängigkeiten aktualisiert
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix: include all languages in Play Store app bundle
2+
- Updated translations
3+
- Updated dependencies

0 commit comments

Comments
 (0)