Fixes the build
This commit is contained in:
parent
4facc560b8
commit
b7a5264a18
19 changed files with 19 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ namespace ZicMoove.Droid
|
|||
using Interfaces;
|
||||
using Model.Auth.Account;
|
||||
using static Android.Manifest;
|
||||
using Settings;
|
||||
|
||||
[Activity(Name = "fr.pschneider.bas.MainActivity", Label = "ZicMoove", Theme = "@style/MainTheme", Icon = "@drawable/icon", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
|
||||
public class MainActivity :
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ using ZicMoove.Model.Social;
|
|||
using ZicMoove.Model;
|
||||
using ZicMoove.Model.Workflow;
|
||||
using ZicMoove.Data;
|
||||
using ZicMoove.Settings;
|
||||
|
||||
namespace ZicMoove.Droid.Services.GCMHandlers
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ using Android.Gms.Gcm;
|
|||
using Android.Gms.Gcm.Iid;
|
||||
using Android.OS;
|
||||
using Android;
|
||||
using ZicMoove.Settings;
|
||||
|
||||
namespace ZicMoove.Droid
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ using Android.OS;
|
|||
using Android.Content;
|
||||
using Android.Util;
|
||||
using Android.Widget;
|
||||
using ZicMoove.Settings;
|
||||
|
||||
namespace ZicMoove.Droid
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue