Updated native sdk versions
This commit is contained in:
Родитель
6b6f9136c8
Коммит
b08df2b4df
|
@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Analytics
|
|||
public class Analytics
|
||||
{
|
||||
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
|
||||
public const string AnalyticsSDKVersion = "2.1.0";
|
||||
public const string AnalyticsSDKVersion = "2.2.0";
|
||||
|
||||
public static void PrepareEventHandlers()
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@ namespace Microsoft.AppCenter.Unity
|
|||
private static bool _hasAttemptedToGetRuntimeVersion;
|
||||
|
||||
public const string Name = "appcenter.unity";
|
||||
public const string WrapperSdkVersion = "2.1.0";
|
||||
public const string WrapperSdkVersion = "2.2.0";
|
||||
|
||||
internal static string WrapperRuntimeVersion
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace Microsoft.AppCenter.Unity.Crashes
|
|||
public class Crashes
|
||||
{
|
||||
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
|
||||
public const string CrashesSDKVersion = "2.1.0";
|
||||
public const string CrashesSDKVersion = "2.2.0";
|
||||
private static bool _reportUnhandledExceptions = false;
|
||||
private static readonly object _objectLock = new object();
|
||||
|
||||
|
@ -368,4 +368,4 @@ namespace Microsoft.AppCenter.Unity.Crashes
|
|||
return "appcenter.xamarin"; // fix stack traces are not showing up in the portal UI
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Distribute
|
|||
public class Distribute
|
||||
{
|
||||
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
|
||||
public const string DistributeSDKVersion = "2.1.0";
|
||||
public const string DistributeSDKVersion = "2.2.0";
|
||||
|
||||
public static void PrepareEventHandlers()
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Push
|
|||
public class Push
|
||||
{
|
||||
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
|
||||
public const string PushSDKVersion = "2.1.0";
|
||||
public const string PushSDKVersion = "2.2.0";
|
||||
private static readonly object _lockObject = new object();
|
||||
private static bool _needsReplay = true;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenter" version="2.1.0">
|
||||
<package name="AppCenter" version="2.2.0">
|
||||
<include>
|
||||
<!-- Editor related files -->
|
||||
<file path="Assets/AppCenter/Editor" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenterAnalytics" version="2.1.0" needsCore="true">
|
||||
<package name="AppCenterAnalytics" version="2.2.0" needsCore="true">
|
||||
<include>
|
||||
<!-- Shared files -->
|
||||
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Shared" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenterCrashes" version="2.1.0" needsCore="true">
|
||||
<package name="AppCenterCrashes" version="2.2.0" needsCore="true">
|
||||
<include>
|
||||
<!-- Shared files -->
|
||||
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenterDistribute" version="2.1.0" needsCore="true">
|
||||
<package name="AppCenterDistribute" version="2.2.0" needsCore="true">
|
||||
<include>
|
||||
<!-- Shared files -->
|
||||
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Distribute/Shared" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenterPush" version="2.1.0" needsCore="true">
|
||||
<package name="AppCenterPush" version="2.2.0" needsCore="true">
|
||||
<include>
|
||||
<!-- Shared files -->
|
||||
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Push/Shared" />
|
||||
|
|
10
build.cake
10
build.cake
|
@ -12,9 +12,9 @@ using System.Runtime.Versioning;
|
|||
using NuGet;
|
||||
|
||||
// Native SDK versions
|
||||
var AndroidSdkVersion = "2.1.0";
|
||||
var IosSdkVersion = "2.1.0";
|
||||
var UwpSdkVersion = "2.1.0";
|
||||
var AndroidSdkVersion = "2.2.0";
|
||||
var IosSdkVersion = "2.2.0";
|
||||
var UwpSdkVersion = "2.2.0";
|
||||
|
||||
// URLs for downloading binaries.
|
||||
/*
|
||||
|
@ -283,7 +283,7 @@ Task("BuildAndroidContentProvider").Does(()=>
|
|||
var libraryName = "appcenter-loader";
|
||||
BuildAndroidLibrary(appName, libraryName);
|
||||
libraryName = "appcenter-push-delegate";
|
||||
BuildAndroidLibrary(appName, libraryName);
|
||||
BuildAndroidLibrary(appName, libraryName);
|
||||
}).OnError(HandleError);
|
||||
|
||||
void BuildAndroidLibrary(string appName, string libraryName) {
|
||||
|
@ -488,7 +488,7 @@ Task("DownloadNdk")
|
|||
throw new Exception("Ndk Url is empty string or null");
|
||||
}
|
||||
var zipDestination = Statics.TemporaryPrefix + "ndk.zip";
|
||||
|
||||
|
||||
// Download required NDK
|
||||
DownloadFile(ndkUrl, zipDestination);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче