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 d53a715 commit 3aaee27Copy full SHA for 3aaee27
2 files changed
fastlane/metadata/android/en-US/changelogs/3103.txt
@@ -0,0 +1,5 @@
1
+v3.2.4: OpenTracks
2
+
3
+Bugfix:
4
+- Settings activity crashes
5
+ Removed possibility to change voice/split frequency from the context menu
src/main/AndroidManifest.xml
@@ -17,7 +17,7 @@ limitations under the License.
17
package="de.dennisguse.opentracks"
18
android:installLocation="auto"
19
android:versionCode="3101"
20
- android:versionName="v3.2.3"> <!-- For FDroid. -->
+ android:versionName="v3.2.4"> <!-- For FDroid. -->
21
<!-- Permission to initialize services -->
22
<application
23
android:name=".Startup"
0 commit comments