Commit 25cdb56d by Sai Sebastian

Gradle issue

parent d3693410
No preview for this file type
...@@ -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=1tdiTYFMAn6wU4BxUDNEzpLm3rBHZn49A'), 'https://drive.google.com/uc?export=download&id=1FsuUlLNEYoOep0tXZawBePdsnnv7Jg1g'),
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