Commit 7c8bcb70 by Sai Sebastian
parents 5ec5dc89 ff46f5b9
...@@ -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://drive.google.com/uc?export=download&id=1cqRW4P65HRf5ekuY5A35wxpHqpqJ65di'), 'https://drive.google.com/file/d/1rLroPCBZKjL9PyDQGbrAcDLyDDUAH8AI/view?usp=share_link'),
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