File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Assets/AppCenter/Plugins/AppCenterSDK/Core/UWP Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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 ( )
Original file line number Diff line number Diff line change @@ -15,9 +15,15 @@ using System.Net;
1515using System . Threading ;
1616
1717// Native SDK versions
18+ << < << << HEAD
1819const string AndroidSdkVersion = "4.1.0" ;
1920const string IosSdkVersion = "4.1.0" ;
2021const 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/*
You can’t perform that action at this time.
0 commit comments