mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 07:26:09 +00:00 
			
		
		
		
	Sortie de beta pour publi en prod
This commit is contained in:
		
							parent
							
								
									c9b49212ec
								
							
						
					
					
						commit
						f3fbb328e7
					
				
					 3 changed files with 4 additions and 4 deletions
				
			
		|  | @ -13,7 +13,7 @@ namespace AideDeJeu.Droid | ||||||
| { | { | ||||||
|     [IntentFilter(new[] { Android.Content.Intent.ActionAssist }, Categories = new[] { Android.Content.Intent.CategoryDefault })] |     [IntentFilter(new[] { Android.Content.Intent.ActionAssist }, Categories = new[] { Android.Content.Intent.CategoryDefault })] | ||||||
|     //[Activity(Label = "Aide de Jeu", Icon = "@drawable/black_book", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] |     //[Activity(Label = "Aide de Jeu", Icon = "@drawable/black_book", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] | ||||||
|     [Activity(Name = "com.nioux.aidedejeu.MainActivity", Label = "Beta Haches & Dés", Icon = "@drawable/battle_axe", Theme = "@style/MyTheme.Splash", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] |     [Activity(Name = "com.nioux.aidedejeu.MainActivity", Label = "Haches & Dés", Icon = "@drawable/battle_axe", Theme = "@style/MyTheme.Splash", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] | ||||||
|     public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity |     public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity | ||||||
|     { |     { | ||||||
|         protected override void OnCreate(Bundle bundle) |         protected override void OnCreate(Bundle bundle) | ||||||
|  |  | ||||||
|  | @ -1,7 +1,7 @@ | ||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.nioux.aidedejeu" android:installLocation="preferExternal" android:versionCode="13942" android:versionName="1.39.42"> | <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.nioux.aidedejeu" android:installLocation="preferExternal" android:versionCode="14000" android:versionName="1.40.00"> | ||||||
| 	<uses-sdk android:targetSdkVersion="28" /> | 	<uses-sdk android:targetSdkVersion="28" /> | ||||||
| 	<application android:label="Beta Haches & Dés"> | 	<application android:label="Haches & Dés"> | ||||||
| 		<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.nioux.aidedejeu.fileprovider" android:exported="false" android:grantUriPermissions="true"> | 		<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.nioux.aidedejeu.fileprovider" android:exported="false" android:grantUriPermissions="true"> | ||||||
| 			<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"></meta-data> | 			<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"></meta-data> | ||||||
| 		</provider> | 		</provider> | ||||||
|  |  | ||||||
|  | @ -111,7 +111,7 @@ | ||||||
|                     <Label.FormattedText> |                     <Label.FormattedText> | ||||||
|                         <FormattedString> |                         <FormattedString> | ||||||
|                             <Span Text="Merci à mes tipeurs " /> |                             <Span Text="Merci à mes tipeurs " /> | ||||||
|                             <Span Text="temvaryen, Ekaradon, Emmanuel et Nicolas" FontAttributes="Bold" /> |                             <Span Text="temvaryen, Ekaradon, Emmanuel, Nicolas et Brundle Mouche" FontAttributes="Bold" /> | ||||||
|                         </FormattedString> |                         </FormattedString> | ||||||
|                     </Label.FormattedText> |                     </Label.FormattedText> | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez