Skip to content

Commit

Permalink
Release: v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Oct 21, 2019
1 parent dd55b50 commit 9bd4ba4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
4. Create changelog (`_version code_.txt`)
5. Create commit with all changes
6. Push commits
7. Tag newly create commit with _version name_
8. Push the tagged to public repository
7. Tag newly create commit with _version name_ (e.g., v3.2.1)
8. Push the tagged commit to public repository
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3079.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
v3.2.2: OpenTracks

Changes:
- Removed aggregated stats
- Migrated to Material Design

Bugfix:
- Fixed export of sensor data
- Fixed import of incomplete sensor data

Developer:
- Replaced actionbar with toolbar
- Migrated to androidx appcompat (incl. Material Design)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(tbd): OpenTracks

Changes:
- Removed aggregated stats
-

Bugfix:
-
Expand Down
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="3063"
android:versionName="v3.2.1"> <!-- For FDroid. -->
android:versionCode="3079"
android:versionName="v3.2.2"> <!-- For FDroid. -->
<!-- Permission to initialize services -->
<application
android:name=".Startup"
Expand Down

0 comments on commit 9bd4ba4

Please sign in to comment.