go back to dx+proguard+shared runtime (r8 seems to break GDrive implementation; shared runtime required for debugging)
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<Debugger>Xamarin</Debugger>
|
<Debugger>Xamarin</Debugger>
|
||||||
<DevInstrumentationEnabled>True</DevInstrumentationEnabled>
|
<DevInstrumentationEnabled>True</DevInstrumentationEnabled>
|
||||||
<AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
|
<AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
|
||||||
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
|
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
|
||||||
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
||||||
<BundleAssemblies>false</BundleAssemblies>
|
<BundleAssemblies>false</BundleAssemblies>
|
||||||
<AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
|
<AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
|
||||||
@@ -50,8 +50,9 @@
|
|||||||
<JavaMaximumHeapSize>2G</JavaMaximumHeapSize>
|
<JavaMaximumHeapSize>2G</JavaMaximumHeapSize>
|
||||||
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
||||||
<MandroidI18n />
|
<MandroidI18n />
|
||||||
<AndroidLinkTool>r8</AndroidLinkTool>
|
<AndroidLinkTool>proguard</AndroidLinkTool>
|
||||||
<AndroidUseAapt2>false</AndroidUseAapt2>
|
<AndroidUseAapt2>false</AndroidUseAapt2>
|
||||||
|
<AndroidDexTool>dx</AndroidDexTool>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
|
|||||||
Reference in New Issue
Block a user