Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
[AndroidListView] Bump compile version and supported Abis
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Oct 11, 2018
1 parent ffa2089 commit eabd77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TablesLists/AndroidListView/AndroidListView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<DeployExternal>False</DeployExternal>
<AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
<AndroidSupportedAbis>armeabi-v7a</AndroidSupportedAbis>
<MandroidI18n />
<TargetFrameworkVersion>v2.3</TargetFrameworkVersion>
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand Down

0 comments on commit eabd77b

Please sign in to comment.