Version 3.0.312.

This commit is contained in:
Oliver Hauff 2022-06-17 14:17:58 +02:00
parent 310ea37085
commit fd0e63cf10
94 changed files with 3189 additions and 6352 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="preferExternal" package="com.hauffware.sharee" android:versionName="3.0.299" android:versionCode="299">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="preferExternal" package="com.hauffware.sharee" android:versionName="3.0.312" android:versionCode="312">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="30" />
<!-- Google Maps related permissions -->
<!-- Permission to receive remote notifications from Google Play Services -->

View file

@ -14,7 +14,7 @@ namespace TINK.Droid
{
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.2.4.160")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.3.0.26")]
public partial class Resource
{
@ -26708,6 +26708,9 @@ namespace TINK.Droid
// aapt resource value: 0x7F0D001F
public const int bottomsheet_action_expand_halfway = 2131558431;
// aapt resource value: 0x7F0D001F
public const int bottomsheet_action_expand_halfway = 2131558431;
// aapt resource value: 0x7F0D001E
public const int bottom_sheet_behavior = 2131558430;
@ -26828,8 +26831,8 @@ namespace TINK.Droid
// aapt resource value: 0x7F0D0046
public const int google_storage_bucket = 2131558470;
// aapt resource value: 0x7F0E003E
public const int fab_transformation_scrim_behavior = 2131623998;
// aapt resource value: 0x7F0D0001
public const int Hello = 2131558401;
// aapt resource value: 0x7F0D0047
public const int hide_bottom_view_on_scroll_behavior = 2131558471;
@ -27510,32 +27513,32 @@ namespace TINK.Droid
// aapt resource value: 0x7F0E0081
public const int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131624065;
// aapt resource value: 0x7F0F0081
public const int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131689601;
// aapt resource value: 0x7F0E0075
public const int Base_V14_Theme_MaterialComponents = 2131624053;
// aapt resource value: 0x7F0F0075
public const int Base_V14_Theme_MaterialComponents = 2131689589;
// aapt resource value: 0x7F0E0076
public const int Base_V14_Theme_MaterialComponents_Bridge = 2131624054;
// aapt resource value: 0x7F0F0076
public const int Base_V14_Theme_MaterialComponents_Bridge = 2131689590;
// aapt resource value: 0x7F0E0077
public const int Base_V14_Theme_MaterialComponents_Dialog = 2131624055;
// aapt resource value: 0x7F0F0077
public const int Base_V14_Theme_MaterialComponents_Dialog = 2131689591;
// aapt resource value: 0x7F0E0078
public const int Base_V14_Theme_MaterialComponents_Dialog_Bridge = 2131624056;
// aapt resource value: 0x7F0F0078
public const int Base_V14_Theme_MaterialComponents_Dialog_Bridge = 2131689592;
// aapt resource value: 0x7F0E0079
public const int Base_V14_Theme_MaterialComponents_Light = 2131624057;
// aapt resource value: 0x7F0F0079
public const int Base_V14_Theme_MaterialComponents_Light = 2131689593;
// aapt resource value: 0x7F0E007A
public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131624058;
// aapt resource value: 0x7F0F007A
public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131689594;
// aapt resource value: 0x7F0E007B
public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131624059;
// aapt resource value: 0x7F0F007B
public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689595;
// aapt resource value: 0x7F0E007C
public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131624060;
// aapt resource value: 0x7F0F007C
public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131689596;
// aapt resource value: 0x7F0E007D
public const int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge = 2131624061;
// aapt resource value: 0x7F0E008A
public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131624074;

View file

@ -45,6 +45,9 @@
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
<AndroidPackageFormat>aab</AndroidPackageFormat>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@ -62,6 +65,9 @@
<AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
<MandroidI18n />
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
<AndroidPackageFormat>aab</AndroidPackageFormat>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />