Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Oct 13, 2024
1 parent 69321f2 commit 7193fc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Stratum.Droid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
android:versionName="1.0.0"
package="com.stratumauth.app" android:installLocation="auto" android:versionCode="1">
android:versionName="1.0.1"
package="com.stratumauth.app" android:installLocation="auto" android:versionCode="2">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
Expand Down
4 changes: 2 additions & 2 deletions Stratum.WearOS/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="9000001"
android:versionName="1.0.0" package="com.stratumauth.app" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="9000002"
android:versionName="1.0.1" package="com.stratumauth.app" android:installLocation="auto">
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="33"/>
<uses-feature android:name="android.hardware.type.watch"/>
<application android:allowBackup="true" android:label="@string/appName" android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 7193fc1

Please sign in to comment.