mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-16 15:19:56 +00:00
Publication 1.15
This commit is contained in:
parent
e0c3937f95
commit
3966d4a2b0
2 changed files with 1 additions and 4 deletions
|
|
@ -91,9 +91,6 @@
|
||||||
<AndroidAsset Include="Assets\LinLibertine_aZL.ttf" />
|
<AndroidAsset Include="Assets\LinLibertine_aZL.ttf" />
|
||||||
<AndroidAsset Include="Assets\LinLibertine_DR.ttf" />
|
<AndroidAsset Include="Assets\LinLibertine_DR.ttf" />
|
||||||
<AndroidAsset Include="Assets\LinLibertine_I.ttf" />
|
<AndroidAsset Include="Assets\LinLibertine_I.ttf" />
|
||||||
<AndroidAsset Include="..\..\Data\database.db">
|
|
||||||
<Link>Assets\database.db</Link>
|
|
||||||
</AndroidAsset>
|
|
||||||
<None Include="Resources\AboutResources.txt" />
|
<None Include="Resources\AboutResources.txt" />
|
||||||
<None Include="Assets\AboutAssets.txt" />
|
<None Include="Assets\AboutAssets.txt" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="15" android:versionName="1.14" package="com.nioux.aidedejeubeta" android:installLocation="preferExternal">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="16" android:versionName="1.15" package="com.nioux.aidedejeu" android:installLocation="preferExternal">
|
||||||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="27" />
|
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="27" />
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<application android:label="Aide de Jeu Beta" android:icon="@drawable/ic_launcher"></application>
|
<application android:label="Aide de Jeu Beta" android:icon="@drawable/ic_launcher"></application>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue