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

Commit 88a52c0

Browse files
committed
Make the app work in Android release builds.
1 parent 96bf1a1 commit 88a52c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.todorest">
33
<uses-sdk android:minSdkVersion="21" />
4+
<uses-permission android:name="android.permission.INTERNET" />
45
<application android:label="TodoREST"></application>
56
</manifest>

WebServices/TodoREST/Droid/TodoREST.Droid.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
<IntermediateOutputPath></IntermediateOutputPath>
4444
<ExternalConsole>false</ExternalConsole>
4545
<Commandlineparameters></Commandlineparameters>
46+
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
47+
<AndroidTlsProvider>btls</AndroidTlsProvider>
48+
<AndroidSupportedAbis>armeabi-v7a;arm64-v8a;x86;x86_64</AndroidSupportedAbis>
4649
</PropertyGroup>
4750
<ItemGroup>
4851
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1269" />

0 commit comments

Comments
 (0)