Commit 8cd2a590 by Sai Sebastian

Gradle Fix

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