Skip to content

Commit

Permalink
1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Jan 8, 2021
1 parent f9d6431 commit 8dc1ec2
Show file tree
Hide file tree
Showing 5 changed files with 9 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.12.2" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000050">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.12.3" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000051">
<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
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- General: Further bug fixes and stability improvements.
- General: Translation updates.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31000051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- General: Further bug fixes and stability improvements.
- General: Translation updates.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- General: Further bug fixes and stability improvements.
- General: Translation updates.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51000051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- General: Further bug fixes and stability improvements.
- General: Translation updates.

0 comments on commit 8dc1ec2

Please sign in to comment.