Skip to content

Commit

Permalink
Support all arm, reference correct dll, update images
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Mar 6, 2014
1 parent 9635f82 commit 6e3819c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 8 deletions.
Binary file modified component/icons/estimote1_icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified component/icons/estimotesdk_128x128.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified component/icons/estimotesdk_512x512.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions component/samples/Estimotes.Droid/Estimotes.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="EstimotesBinding">
<HintPath>..\Components\estimotesdk-1.0\lib\android\EstimotesBinding.dll</HintPath>
<HintPath>..\..\..\src\Estimotes.Droid\bin\Release\EstimotesBinding.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -131,10 +131,4 @@
<Folder Include="QuickAction\" />
<Folder Include="Resources\anim\" />
</ItemGroup>
<ItemGroup>
<XamarinComponentReference Include="estimotesdk">
<Version>1.0</Version>
<Visible>False</Visible>
</XamarinComponentReference>
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/Estimotes.Binding.Droid/Estimotes.Droid.Binding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants>__MOBILE__;__ANDROID__;</DefineConstants>
Expand Down
2 changes: 2 additions & 0 deletions src/Estimotes.Droid/Estimotes.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<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 6e3819c

Please sign in to comment.