diff options
author | Jose <jose@zeroc.com> | 2019-01-23 11:15:13 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-23 11:15:13 +0100 |
commit | 06c8e24df0f7abb6d23e9d4d6bee21febad27a0f (patch) | |
tree | a10dcae1b499c21a6ab5053ffb3a0f93dceef030 | |
parent | Update Xamarin projects to Android SDK 28 (diff) | |
download | ice-06c8e24df0f7abb6d23e9d4d6bee21febad27a0f.tar.bz2 ice-06c8e24df0f7abb6d23e9d4d6bee21febad27a0f.tar.xz ice-06c8e24df0f7abb6d23e9d4d6bee21febad27a0f.zip |
Remove Android deprecated ABIs from Xamarin projects
-rw-r--r-- | csharp/test/xamarin/controller.Android/controller.Android.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/xamarin/controller.Android/controller.Android.csproj b/csharp/test/xamarin/controller.Android/controller.Android.csproj index 34388fb97ba..a72fdfdbdb6 100644 --- a/csharp/test/xamarin/controller.Android/controller.Android.csproj +++ b/csharp/test/xamarin/controller.Android/controller.Android.csproj @@ -36,7 +36,7 @@ <BundleAssemblies>false</BundleAssemblies> <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime> <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> - <AndroidSupportedAbis>armeabi;armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis> + <AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis> <AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi> <AndroidEnableMultiDex>true</AndroidEnableMultiDex> <Debugger>Xamarin</Debugger> |