Skip to content

Commit

Permalink
release 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Dec 7, 2020
1 parent d97bc97 commit 5219fa0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
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.1" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000046">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.11.2" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000047">
<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
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000047.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- General: Improved automatic icon matching.
- General: Improved translations.
- General: Backup reminders are now less frequent.
- General: Bug fixes to QR code scanning.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31000047.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- General: Improved automatic icon matching.
- General: Improved translations.
- General: Backup reminders are now less frequent.
- General: Bug fixes to QR code scanning.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000047.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- General: Improved automatic icon matching.
- General: Improved translations.
- General: Backup reminders are now less frequent.
- General: Bug fixes to QR code scanning.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51000047.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- General: Improved automatic icon matching.
- General: Improved translations.
- General: Backup reminders are now less frequent.
- General: Bug fixes to QR code scanning.

0 comments on commit 5219fa0

Please sign in to comment.