android fix permissions.
This commit is contained in:
Родитель
59faf8697d
Коммит
7c3bb31a03
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
|
||||
<application android:label="Wordle-onia" android:icon="@drawable/Icon"></application>
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application android:label="Wordle-onia" android:icon="@drawable/Icon" />
|
||||
</manifest>
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release' and '$(TF_BUILD)' == ''">
|
||||
<DebugSymbols>True</DebugSymbols>
|
||||
<RunAOTCompilation>False</RunAOTCompilation>
|
||||
<RunAOTCompilation>True</RunAOTCompilation>
|
||||
<EnableLLVM>True</EnableLLVM>
|
||||
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
@ -33,10 +33,6 @@
|
|||
<RunAOTCompilation>False</RunAOTCompilation>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.3.1.3" />
|
||||
<PackageReference Include="Xamarin.AndroidX.Lifecycle.ViewModel" Version="2.3.1.3" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче