Skip to content

Commit cdbf936

Browse files
Update to v3.1.1
1 parent adc66b7 commit cdbf936

File tree

6 files changed

+17
-2
lines changed

6 files changed

+17
-2
lines changed

apk/GPSLogger-3.1.1.apk

3.77 MB
Binary file not shown.

apk/GPSLogger-latest.apk

4 KB
Binary file not shown.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ android {
4444

4545
// -----------------------------------------------------------------------------------------
4646
// We use the Semantic Versioning (https://semver.org/):
47-
versionName '3.1.0'
48-
versionCode 41
47+
versionName '3.1.1'
48+
versionCode 42
4949
// -----------------------------------------------------------------------------------------
5050

5151
vectorDrawables.useSupportLibrary = true

app/src/main/AndroidManifest.xml

+11
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232

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

35+
<queries>
36+
<intent>
37+
<action android:name="android.intent.action.VIEW" />
38+
<data android:mimeType="application/gpx+xml" />
39+
</intent>
40+
<intent>
41+
<action android:name="android.intent.action.VIEW" />
42+
<data android:mimeType="application/vnd.google-earth.kml+xml" />
43+
</intent>
44+
</queries>
45+
3546
<application
3647
android:name=".GPSApplication"
3748
android:allowBackup="true"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Fixes the View feature for Android 11+
2+
3+
- The Japanese language has been removed, as it is no longer maintained by any user.
4+
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
695 KB
Binary file not shown.

0 commit comments

Comments
 (0)