Skip to content

Commit

Permalink
release 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed May 5, 2020
1 parent 55bf959 commit c59f6f5
Show file tree
Hide file tree
Showing 5 changed files with 5 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.7.4" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000028">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.7.5" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000029">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/21000029.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Prevent crash when generating too many digits.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/31000029.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Prevent crash when generating too many digits.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/41000029.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Prevent crash when generating too many digits.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/51000029.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Prevent crash when generating too many digits.

0 comments on commit c59f6f5

Please sign in to comment.