Skip to content

Commit cc8939d

Browse files
committed
Increase version code and update version name
1 parent 4786473 commit cc8939d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="net.osmtracker"
44
android:installLocation="auto"
5-
android:versionCode="48"
6-
android:versionName="0.7.2">
5+
android:versionCode="49"
6+
android:versionName="1.0.0-beta">
77

88
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
99
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

0 commit comments

Comments
 (0)