mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-22 18:13:23 +00:00
Préparation beta, utilisation cache, suppression resources
This commit is contained in:
parent
a962ac062b
commit
ad001613e0
4 changed files with 6 additions and 272 deletions
|
|
@ -2,5 +2,5 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="32" android:versionName="1.32" package="com.nioux.aidedejeubeta" android:installLocation="preferExternal">
|
||||
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="27" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application android:label="Haches & Dés" android:icon="@drawable/battle_axe"></application>
|
||||
<application android:label="Haches & Dés beta" android:icon="@drawable/battle_axe"></application>
|
||||
</manifest>
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
#pragma warning disable 1591
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
// Ce code a été généré par un outil.
|
||||
// Version du runtime :4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
||||
// le code est régénéré.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue