Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Dec 1, 2024
1 parent 8f3cebe commit f47efa9
Show file tree
Hide file tree
Showing 3 changed files with 8 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.2"
package="com.stratumauth.app" android:installLocation="auto" android:versionCode="3">
android:versionName="1.1.0"
package="com.stratumauth.app" android:installLocation="auto" android:versionCode="4">
<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="9000003"
android:versionName="1.0.2" package="com.stratumauth.app" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="9000004"
android:versionName="1.1.0" 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
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- General: Improvements to QR code scanning
- General: 9 new icons
- Fixed: Fixed crash on Android 5.1
- Localization: Translation updates

0 comments on commit f47efa9

Please sign in to comment.