Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 412e166

Browse files
committed
Remove 'all' project for now as it has multidex issues with java 8
1 parent 5b06a3f commit 412e166

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

AndroidSupport.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Media-Compat", "support-med
5151
EndProject
5252
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transition", "transition\source\Transition.csproj", "{BF8F6617-A16E-43B8-9985-3D1066D1A081}"
5353
EndProject
54-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidSupportAll", "support-compat\samples\AndroidSupportAll\AndroidSupportAll.csproj", "{F5E33C8B-15AE-4834-9112-5BAF5F0AA427}"
55-
EndProject
5654
Global
5755
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5856
Debug|Any CPU = Debug|Any CPU
@@ -159,9 +157,5 @@ Global
159157
{BF8F6617-A16E-43B8-9985-3D1066D1A081}.Debug|Any CPU.Build.0 = Debug|Any CPU
160158
{BF8F6617-A16E-43B8-9985-3D1066D1A081}.Release|Any CPU.ActiveCfg = Release|Any CPU
161159
{BF8F6617-A16E-43B8-9985-3D1066D1A081}.Release|Any CPU.Build.0 = Release|Any CPU
162-
{F5E33C8B-15AE-4834-9112-5BAF5F0AA427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
163-
{F5E33C8B-15AE-4834-9112-5BAF5F0AA427}.Debug|Any CPU.Build.0 = Debug|Any CPU
164-
{F5E33C8B-15AE-4834-9112-5BAF5F0AA427}.Release|Any CPU.ActiveCfg = Release|Any CPU
165-
{F5E33C8B-15AE-4834-9112-5BAF5F0AA427}.Release|Any CPU.Build.0 = Release|Any CPU
166160
EndGlobalSection
167161
EndGlobal

support-compat/samples/AndroidSupportAll/AndroidSupportAll.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<AndroidManagedSymbols>true</AndroidManagedSymbols>
3939
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
4040
<AndroidSupportedAbis>armeabi;x86;armeabi-v7a;x86_64;arm64-v8a</AndroidSupportedAbis>
41+
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
4142
</PropertyGroup>
4243
<ItemGroup>
4344
<Reference Include="System" />

0 commit comments

Comments
 (0)