Skip to content

Commit

Permalink
Update to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrazianoCapelli committed Jan 23, 2022
1 parent adc66b7 commit cdbf936
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
Binary file added apk/GPSLogger-3.1.1.apk
Binary file not shown.
Binary file modified apk/GPSLogger-latest.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {

// -----------------------------------------------------------------------------------------
// We use the Semantic Versioning (https://semver.org/):
versionName '3.1.0'
versionCode 41
versionName '3.1.1'
versionCode 42
// -----------------------------------------------------------------------------------------

vectorDrawables.useSupportLibrary = true
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@

<!--<uses-feature android:name="android.hardware.location.gps" android:required="true" />-->

<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:mimeType="application/gpx+xml" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:mimeType="application/vnd.google-earth.kml+xml" />
</intent>
</queries>

<application
android:name=".GPSApplication"
android:allowBackup="true"
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fixes the View feature for Android 11+

- The Japanese language has been removed, as it is no longer maintained by any user.
This open source app is translated in many languages thanks to the precious collaboration of some willing users around the world. Anyone can freely help to translate and keep updated languages here: https://crowdin.com/project/gpslogger
Binary file added sourcecode/GPSLogger-3.1.1 - Source.zip
Binary file not shown.

0 comments on commit cdbf936

Please sign in to comment.