We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c04e6 commit e8ee455Copy full SHA for e8ee455
build.cake
@@ -15,15 +15,9 @@ using System.Net;
15
using System.Threading;
16
17
// Native SDK versions
18
-<<<<<<< HEAD
19
const string AndroidSdkVersion = "4.1.0";
20
const string IosSdkVersion = "4.1.0";
21
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
27
28
// URLs for downloading binaries.
29
/*
0 commit comments