Skip to content

Commit

Permalink
Release v3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Nov 19, 2019
1 parent 3e40209 commit 25b6aec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3137.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
v3.2.6: OpenTracks

Changes:
- Heart rate monitor: scan for available devices
- Remove shortcut to Bluetooth settings

Developer:
- Preferences: moved default of preferences from code to xml
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ limitations under the License.
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.dennisguse.opentracks"
android:installLocation="auto"
android:versionCode="3123"
android:versionName="v3.2.5"> <!-- For FDroid. -->
android:versionCode="3137"
android:versionName="v3.2.6"> <!-- For FDroid. -->
<!-- Permission to initialize services -->
<application
android:name=".Startup"
Expand Down

0 comments on commit 25b6aec

Please sign in to comment.