Skip to content

Commit

Permalink
1.12.1 + Wear OS 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Dec 18, 2020
1 parent f29d94c commit 1e04f42
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="13" android:versionName="2.1.0" package="me.jmh.authenticatorpro" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="14" android:versionName="2.1.1" package="me.jmh.authenticatorpro" android:installLocation="auto">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="30" />
<uses-feature android:name="android.hardware.type.watch" />
<application android:allowBackup="true" android:label="@string/appName" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="false" android:theme="@style/AppTheme" android:extractNativeLibs="true">
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.12.0" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000048">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.12.1" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000049">
<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
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000049.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- General: Fix backup / restore from Nextcloud.
- General: Progress on authenticators is now animated.
- General: Slight design tweaks.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31000049.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- General: Fix backup / restore from Nextcloud.
- General: Progress on authenticators is now animated.
- General: Slight design tweaks.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000049.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- General: Fix backup / restore from Nextcloud.
- General: Progress on authenticators is now animated.
- General: Slight design tweaks.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51000049.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- General: Fix backup / restore from Nextcloud.
- General: Progress on authenticators is now animated.
- General: Slight design tweaks.

0 comments on commit 1e04f42

Please sign in to comment.