Commit bd0ab8bb by Sai Sebastian

Update unzip_zoom_sdk.dart

parent 41b54f70
...@@ -76,7 +76,7 @@ Future<void> checkAndDownloadSDK(String location) async { ...@@ -76,7 +76,7 @@ Future<void> checkAndDownloadSDK(String location) async {
if (!exists) { if (!exists) {
await downloadFile( await downloadFile(
Uri.parse( Uri.parse(
'https://www.dropbox.com/s/3umg10gbnsd7pi6/mobilertc.aar?dl=0'), 'https://www.dropbox.com/s/3umg10gbnsd7pi6/mobilertc.aar?dl=1'),
androidRTCLibFile); androidRTCLibFile);
} }
} }
......
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