Skip to content

Commit 585c645

Browse files
committed
Increment version number
1 parent 88d0d6f commit 585c645

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="9" android:versionName="1.3.5" package="com.samorme.tracked" android:installLocation="internalOnly">
3-
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="30" />
4-
<application>
5-
<service android:enabled="true" android:foregroundServiceType="location" android:exported="false" android:name="com.samorme.tracked.LocationService" />
6-
</application>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="10" android:versionName="1.3.6" package="com.samorme.tracked" android:installLocation="internalOnly">
3+
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="30" />
4+
<application>
5+
<service android:enabled="true" android:foregroundServiceType="location" android:exported="false" android:name="com.samorme.tracked.LocationService" />
6+
</application>
77
</manifest>

0 commit comments

Comments
 (0)