Skip to content

Commit

Permalink
Support all android
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Mar 10, 2014
1 parent 20e10b6 commit 97c8904
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion component/samples/Estimotes.Droid/Estimotes.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<AssemblyName>Estimotes.Droid</AssemblyName>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<TargetFrameworkVersion>v4.3</TargetFrameworkVersion>
<JavaMaximumHeapSize>512M</JavaMaximumHeapSize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -30,7 +31,7 @@
<AndroidLinkMode>None</AndroidLinkMode>
<ConsolePause>false</ConsolePause>
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
<JavaMaximumHeapSize>512M</JavaMaximumHeapSize>
<AndroidSupportedAbis>armeabi;armeabi-v7a;x86</AndroidSupportedAbis>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -41,6 +42,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<AndroidSupportedAbis>armeabi;armeabi-v7a;x86</AndroidSupportedAbis>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit 97c8904

Please sign in to comment.