mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
1.04
This commit is contained in:
parent
03f54c2c75
commit
31089eb04d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="4" android:versionName="1.03" package="com.nioux.aidedejeu" android:installLocation="auto">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="5" android:versionName="1.04" package="com.nioux.aidedejeu" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="15" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application android:label="Aide de Jeu"></application>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<FormattedString.Spans>
|
||||
<Span Text="Aide de Jeu" FontAttributes="Bold" FontSize="22" />
|
||||
<Span Text=" " />
|
||||
<Span Text="1.03" ForegroundColor="{StaticResource LightTextColor}" />
|
||||
<Span Text="1.04" ForegroundColor="{StaticResource LightTextColor}" />
|
||||
</FormattedString.Spans>
|
||||
</FormattedString>
|
||||
</Label.FormattedText>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue