Modification d'une ressource

master
cldupland 5 years ago
parent aeeae36105
commit 9130f01be5

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="2" android:versionName="1.1" package="com.uca.thegameextreme" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="3" android:versionName="2.0" package="com.uca.thegameextreme" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="TheGameExtreme.Android" android:icon="@drawable/TrierImageB"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

@ -1,11 +1,11 @@
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

@ -188,7 +188,10 @@
<value>Désolé, vous n'avez pas recouvert la tête de mort... Réessayez ;)</value>
</data>
<data name="StrWin" xml:space="preserve">
<value>Le jeu est terminé!\n Bravo vous avez gagné!</value>
<value>
Le jeu est terminé!
Bravo vous avez gagné!
</value>
</data>
<data name="StrWrongStack" xml:space="preserve">
<value>La carte ne rentre pas dans la pile sectionnée!</value>

Binary file not shown.
Loading…
Cancel
Save