Skip to content

Commit

Permalink
1.11.1 + Wear OS 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Dec 3, 2020
1 parent 2cd9508 commit ac1245f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AuthenticatorPro.WearOS/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="11" android:versionName="2.0.2" package="me.jmh.authenticatorpro" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="12" android:versionName="2.0.3" package="me.jmh.authenticatorpro" android:installLocation="auto">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="30" />
<uses-feature android:name="android.hardware.type.watch" />
<application android:allowBackup="true" android:label="@string/appName" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="false" android:theme="@style/AppTheme" android:extractNativeLibs="true">
Expand Down
2 changes: 1 addition & 1 deletion AuthenticatorPro/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.11.0" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000045">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.11.1" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000046">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.CAMERA" />
<application android:allowBackup="false" android:label="@string/appName" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="false" android:theme="@style/AppTheme"></application>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000046.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Icons: New icons for Playstation and Crowdin.
- General: Fix bug when scanning QR codes without usernames.
- General: Fix issue when adding authenticator to currently selected category.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31000046.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Icons: New icons for Playstation and Crowdin.
- General: Fix bug when scanning QR codes without usernames.
- General: Fix issue when adding authenticator to currently selected category.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000046.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Icons: New icons for Playstation and Crowdin.
- General: Fix bug when scanning QR codes without usernames.
- General: Fix issue when adding authenticator to currently selected category.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51000046.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Icons: New icons for Playstation and Crowdin.
- General: Fix bug when scanning QR codes without usernames.
- General: Fix issue when adding authenticator to currently selected category.

0 comments on commit ac1245f

Please sign in to comment.