Commit 18f3fa4f by Sai Sebastian

Gradle issue

parent a489eac9
...@@ -68,7 +68,7 @@ Future<void> checkAndDownloadSDK(String location) async { ...@@ -68,7 +68,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=1GKzIPJsS-Ds_B-A9kr5z9dD5FB3p-abE'), 'https://drive.google.com/uc?export=download&id=1thNVrpWGLCsrwmnW_tfpi7hmHyjB3Vms'),
androidCommonLibFile); androidCommonLibFile);
} }
var androidRTCLibFile = location + '/android/libs/mobilertc.aar'; var androidRTCLibFile = location + '/android/libs/mobilertc.aar';
...@@ -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=1FsuUlLNEYoOep0tXZawBePdsnnv7Jg1g'), 'https://drive.google.com/uc?export=download&id=1YsfPhES8c8h5OTEMqb7Ff7ssk-V-1OT4'),
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