Skip to content

Commit

Permalink
release 1.8.1 and 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Jun 15, 2020
1 parent 6b5fa6d commit 68179cb
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="1" android:versionName="1.0.0" package="me.jmh.authenticatorpro" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="2" android:versionName="1.0.1" package="me.jmh.authenticatorpro" android:installLocation="auto">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29" />
<uses-feature android:name="android.hardware.type.watch" />
<application android:allowBackup="true" android:label="@string/appName" android:supportsRtl="true" android:theme="@style/AppTheme">
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.8.0" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000033">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.8.1" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000035">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.CAMERA" />
<application android:allowBackup="false" android:label="@string/appName" 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/21000035.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Updated UI.
- Fixed bugs.
- Implemented Wear OS progress indicator and rotary scrolling.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31000035.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Updated UI.
- Fixed bugs.
- Implemented Wear OS progress indicator and rotary scrolling.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000035.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Updated UI.
- Fixed bugs.
- Implemented Wear OS progress indicator and rotary scrolling.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51000035.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Updated UI.
- Fixed bugs.
- Implemented Wear OS progress indicator and rotary scrolling.

0 comments on commit 68179cb

Please sign in to comment.