Skip to content

Commit 22c04e6

Browse files
committed
update
2 parents 75070f1 + 6879313 commit 22c04e6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Assets/AppCenter/Plugins/AppCenterSDK/Core/UWP/AppCenterInternal.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ public static Type[] ServicesToNativeTypes(Type[] services)
194194

195195
public static void SetMaxStorageSize(long size)
196196
{
197+
Prepare();
198+
UWPAppCenter.SetMaxStorageSizeAsync(size);
197199
}
198200

199201
private static void Prepare()

build.cake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@ using System.Net;
1515
using System.Threading;
1616

1717
// Native SDK versions
18+
<<<<<<< HEAD
1819
const string AndroidSdkVersion = "4.1.0";
1920
const string IosSdkVersion = "4.1.0";
2021
const string UwpSdkVersion = "4.1.0";
22+
=======
23+
const string AndroidSdkVersion = "4.0.1-6+658788bd9";
24+
const string IosSdkVersion = "4.0.1-19+f8be87933e1116928a474a81d669024e20db975c";
25+
const string UwpSdkVersion = "4.0.1-r0012-d5ea405";
26+
>>>>>>> develop
2127

2228
// URLs for downloading binaries.
2329
/*

0 commit comments

Comments
 (0)