Skip to content

Commit 270b592

Browse files
committed
Fix version number
1 parent 3632671 commit 270b592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tracked.Android/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="15" android:versionName="1.5" package="com.samorme.tracked" android:installLocation="auto">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="15" android:versionName="1.4.1" package="com.samorme.tracked" android:installLocation="auto">
33
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
44
<application>
55
<service android:enabled="true" android:foregroundServiceType="location" android:exported="false" android:name="com.samorme.tracked.ForegroundService" />

0 commit comments

Comments
 (0)