Skip to content

Commit

Permalink
1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Dec 13, 2021
1 parent b1e5efb commit 94f3319
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AuthenticatorPro.Droid/AuthenticatorPro.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<AndroidLinkMode>Full</AndroidLinkMode>
<AndroidLinkSkip>AuthenticatorPro.Shared;AuthenticatorPro.Droid.Shared;protobuf-net;protobuf-net.Core;Xamarin.AndroidX.Biometric;Xamarin.GooglePlayServices.Wearable;Xamarin.AndroidX.CoordinatorLayout</AndroidLinkSkip>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a;x86_64</AndroidSupportedAbis>
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
<AotAssemblies>true</AotAssemblies>
<EnableLLVM>true</EnableLLVM>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
Expand Down
4 changes: 2 additions & 2 deletions AuthenticatorPro.Droid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionName="1.15.4"
package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000069">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionName="1.15.5"
package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000070">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>
<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/AuthenticatorPro.WearOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<AndroidPackageFormat>apk</AndroidPackageFormat>
<AndroidDexTool>d8</AndroidDexTool>
<AndroidLinkMode>Full</AndroidLinkMode>
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a;x86_64</AndroidSupportedAbis>
<AndroidSupportedAbis>armeabi-v7a;arm64-v8a</AndroidSupportedAbis>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidLinkTool>r8</AndroidLinkTool>
<AndroidLinkSkip>AuthenticatorPro.Shared;AuthenticatorPro.Droid.Shared;Xamarin.GooglePlayServices.Wearable</AndroidLinkSkip>
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/21000070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- General: Fixed issue when installing on Android 12
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/31000070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- General: Fixed issue when installing on Android 12
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/41000070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- General: Fixed issue when installing on Android 12
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/51000070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- General: Fixed issue when installing on Android 12

0 comments on commit 94f3319

Please sign in to comment.