Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Mar 1, 2024
1 parent 4927b76 commit 6a8c018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AuthenticatorPro.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.24.0"
package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="100000092">
android:versionName="1.24.1"
package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="100000093">
<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 AuthenticatorPro.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="53"
android:versionName="2.15.0" package="me.jmh.authenticatorpro" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="54"
android:versionName="2.15.1" package="me.jmh.authenticatorpro" 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 6a8c018

Please sign in to comment.