Commit 5f957df0 by Sai Sebastian

Gradle Fix

parent b0556d55
...@@ -19,7 +19,7 @@ rootProject.allprojects { ...@@ -19,7 +19,7 @@ rootProject.allprojects {
jcenter() jcenter()
flatDir { flatDir {
dirs project(':').file('libs') dirs project(':flutter_zoom_sdk').file('libs')
} }
} }
} }
...@@ -49,9 +49,6 @@ android { ...@@ -49,9 +49,6 @@ android {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
implementation files('libs/commonlib.aar')
implementation files('libs/mobilertc.aar')
implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.2.1'
...@@ -77,4 +74,9 @@ dependencies { ...@@ -77,4 +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(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