Commit 1a17211a by Sai Sebastian

Gradle Fix

parent ca944358
...@@ -75,7 +75,7 @@ dependencies { ...@@ -75,7 +75,7 @@ dependencies {
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 fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
implementation fileTree(include: '*.aar', dir: '../../Zoom_SDK/android/libs/')
implementation files('libs/commonlib.aar','libs/mobilertc.aar') implementation files('libs/commonlib.aar','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