fixes last commit
This commit is contained in:
parent
be3087fff6
commit
05e5970bef
197 changed files with 2203 additions and 2204 deletions
|
|
@ -3,7 +3,7 @@
|
|||
using Plugin.Settings;
|
||||
using Plugin.Settings.Abstractions;
|
||||
|
||||
namespace BookAStar.Droid.Helpers
|
||||
namespace ZicMoove.Droid.Helpers
|
||||
{
|
||||
/// <summary>
|
||||
/// This is the Settings static class that can be used in your Core solution or in any
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ using System.Threading.Tasks;
|
|||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using BookAStar;
|
||||
using ZicMoove;
|
||||
|
||||
namespace Yavsc.Helpers
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ using System.Collections.Specialized;
|
|||
using System.Net;
|
||||
using System.Runtime.Serialization.Json;
|
||||
using System.Text;
|
||||
using BookAStar.Model.Auth.Account;
|
||||
using ZicMoove.Model.Auth.Account;
|
||||
|
||||
namespace BookAStar.Droid
|
||||
namespace ZicMoove.Droid
|
||||
{
|
||||
|
||||
public static class YavscHelpers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue