1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 18:13:23 +00:00

Nuget + v1.30 android + up library db

This commit is contained in:
Yan Maniez 2018-10-22 00:27:36 +02:00
parent 6052c84d1f
commit ea0fa6b254
16 changed files with 68 additions and 42 deletions

View file

@ -80,7 +80,7 @@
<Version>4.5.1</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>3.2.0.871581</Version>
<Version>3.3.0.912540</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="29" android:versionName="1.29" package="com.nioux.aidedejeu" android:installLocation="preferExternal">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="30" android:versionName="1.30" package="com.nioux.aidedejeu" android:installLocation="preferExternal">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="Haches &amp; Dés" android:icon="@drawable/battle_axe"></application>