Skip to content

Commit 1f74c5f

Browse files
committed
v1.2.3
1 parent 187a0eb commit 1f74c5f

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

Stratum.Droid/Properties/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
3-
android:versionName="1.2.2"
4-
package="com.stratumauth.app" android:installLocation="auto" android:versionCode="7">
3+
android:versionName="1.2.3"
4+
package="com.stratumauth.app" android:installLocation="auto" android:versionCode="8">
55
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35"/>
66
<uses-permission android:name="android.permission.CAMERA"/>
77
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>

Stratum.WearOS/Properties/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="9000007"
3-
android:versionName="1.2.2" package="com.stratumauth.app" android:installLocation="auto">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="9000008"
3+
android:versionName="1.2.3" package="com.stratumauth.app" android:installLocation="auto">
44
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="34"/>
55
<uses-feature android:name="android.hardware.type.watch"/>
66
<application android:allowBackup="true" android:label="@string/appName" android:icon="@mipmap/ic_launcher"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- General: Fixed bug with app closing on first launch
2+
- General: 3 new icons
3+
- General: Translation updates

0 commit comments

Comments
 (0)