Skip to content

Commit

Permalink
new release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Oct 21, 2019
1 parent 2332c5c commit 874eb31
Show file tree
Hide file tree
Showing 2 changed files with 4 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.6.1" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000017">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6.2" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000018">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1000018.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Make "add menu" dark when dark theme is enabled.
Updated dependencies.
Authenticators are sorted by username then issuer by default.

0 comments on commit 874eb31

Please sign in to comment.