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

Commit 50654c6

Browse files
committed
Release v3.2.1
1 parent 8c9bf60 commit 50654c6

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

fastlane/metadata/android/en-US/changelogs/3054.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v3.2: OpenTracks
1+
v3.2.0: OpenTracks
22

33
Changes:
44
- Removed Widget
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
v3.2.1: OpenTracks
2+
3+
Changes:
4+
- Settings are now on a single page
5+
6+
Developer:
7+
- Settings moved to Androidx compat (uses fragments)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
(tbd): OpenTracks
22

33
Changes:
4-
- Settings are now on a single page
4+
-
55

66
Bugfix:
77
-
88

99
Developer:
10-
- Settings moved to Androidx compat (uses fragments)
10+
-

src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ limitations under the License.
1616
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1717
package="de.dennisguse.opentracks"
1818
android:installLocation="auto"
19-
android:versionCode="3054"
20-
android:versionName="v3.2.0"> <!-- For FDroid. -->
19+
android:versionCode="3063"
20+
android:versionName="v3.2.1"> <!-- For FDroid. -->
2121
<!-- Permission to initialize services -->
2222
<application
2323
android:name=".Startup"

0 commit comments

Comments
 (0)