summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-01-23 11:15:13 +0100
committerJose <jose@zeroc.com>2019-01-23 11:15:13 +0100
commit06c8e24df0f7abb6d23e9d4d6bee21febad27a0f (patch)
treea10dcae1b499c21a6ab5053ffb3a0f93dceef030
parentUpdate Xamarin projects to Android SDK 28 (diff)
downloadice-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.csproj2
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>