Commit 452eac2f by Sai Sebastian

Gradle Fix

parent 13542e78
...@@ -74,7 +74,9 @@ dependencies { ...@@ -74,7 +74,9 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: []) //implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
implementation files('libs/commonlib.aar') "C:\Users\HP\Flutter Projects\TechwareLab\Zoom SDK\Zoom_SDK\android\libs"
implementation files('libs/mobilertc.aar') implementation fileTree(include: '*.aar', dir: '../../Zoom_SDK/android/libs/')
compileOnly files('libs/commonlib.aar')
compileOnly files('libs/mobilertc.aar')
} }
\ No newline at end of file
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