Skip to content

Commit

Permalink
1.14.10 + Wear OS 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Jun 21, 2021
1 parent 90a50ee commit 79f7021
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AuthenticatorPro.Droid/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.14.9" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000063">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.14.10" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000064">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
Expand Down
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="23" android:versionName="2.4.1" package="me.jmh.authenticatorpro" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="24" android:versionName="2.4.2" 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="true" android:theme="@style/AppTheme" android:extractNativeLibs="true">
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000064.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- New feature: Tap to reveal
- New feature: Ability to change accent colour
- General: 6 new icons for Razer, SOGo, Tesla, Ubiquiti, VK and Zimbra
- General: Bug fixes
- General: Translation updates
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31000064.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- New feature: Tap to reveal
- New feature: Ability to change accent colour
- General: 6 new icons for Razer, SOGo, Tesla, Ubiquiti, VK and Zimbra
- General: Bug fixes
- General: Translation updates
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000064.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- New feature: Tap to reveal
- New feature: Ability to change accent colour
- General: 6 new icons for Razer, SOGo, Tesla, Ubiquiti, VK and Zimbra
- General: Bug fixes
- General: Translation updates
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51000064.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- New feature: Tap to reveal
- New feature: Ability to change accent colour
- General: 6 new icons for Razer, SOGo, Tesla, Ubiquiti, VK and Zimbra
- General: Bug fixes
- General: Translation updates

0 comments on commit 79f7021

Please sign in to comment.