Commit d3693410 by Sai Sebastian

Gradle issue

parent ecec2238
No preview for this file type
......@@ -68,7 +68,7 @@ Future<void> checkAndDownloadSDK(String location) async {
if (!exists) {
await downloadFile(
Uri.parse(
'https://firebasestorage.googleapis.com/v0/b/dupliflutter.appspot.com/o/commonlib.aar?alt=media&token=a6a37b25-6810-4f51-8a90-393ef0f2bb14'),
'https://drive.google.com/uc?export=download&id=1GKzIPJsS-Ds_B-A9kr5z9dD5FB3p-abE'),
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://firebasestorage.googleapis.com/v0/b/dupliflutter.appspot.com/o/mobilertc.aar?alt=media&token=1b3bce3c-4e61-40ed-a9eb-2795374343df'),
'https://drive.google.com/uc?export=download&id=1tdiTYFMAn6wU4BxUDNEzpLm3rBHZn49A'),
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