Commit f712ca8f by Sai Sebastian
parents ebbf4aea c0cafc3b
......@@ -49,7 +49,7 @@ Future<void> checkAndDownloadSDK(String location) async {
if (!exists) {
await downloadFile(
Uri.parse('https://www.dropbox.com/s/a5vfh2m543t15k8/MobileRTC?dl=1'),
Uri.parse('https://drive.google.com/uc?export=download&id=1PVPXEOUD4cjS_gy5cnWAQkqQA1mza0hh'),
iosSDKFile);
}
......@@ -59,7 +59,7 @@ Future<void> checkAndDownloadSDK(String location) async {
if (!exists) {
await downloadFile(
Uri.parse('https://www.dropbox.com/s/alk03qxiolurxf8/MobileRTC?dl=1'),
Uri.parse('https://drive.google.com/uc?export=download&id=1F4Yg4fqjf9wkYUkLtNEUorjd5CUb7_Pp'),
iosSimulateSDKFile);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment