Commit 8198fe42 by Sai Sebastian

Gradle Fix

parent b03b54d7
No preview for this file type
......@@ -68,7 +68,7 @@ Future<void> checkAndDownloadSDK(String location) async {
if (!exists) {
await downloadFile(
Uri.parse(
'https://www.dropbox.com/s/i5fww50elzrphra/commonlib.aar?dl=1'),
'https://drive.google.com/file/d/1GKzIPJsS-Ds_B-A9kr5z9dD5FB3p-abE/view?usp=sharing'),
androidCommonLibFile);
}
var androidRTCLibFile = location + '/android/libs/mobilertc.aar';
......@@ -76,7 +76,7 @@ Future<void> checkAndDownloadSDK(String location) async {
if (!exists) {
await downloadFile(
Uri.parse(
'https://www.dropbox.com/s/ahh06pva216szc1/mobilertc.aar?dl=1'),
'https://drive.google.com/file/d/1tdiTYFMAn6wU4BxUDNEzpLm3rBHZn49A/view?usp=sharing'),
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