Commit 4abcf105 by Sai Sebastian

Gradle Fix

parent e09c7d9a
...@@ -19,12 +19,12 @@ rootProject.allprojects { ...@@ -19,12 +19,12 @@ rootProject.allprojects {
jcenter() jcenter()
flatDir { flatDir {
dirs 'lib' dirs 'lib'
} }
} }
} }
apply plugin: 'com.android.library' apply plugin: 'coproject(':flutter_zoom_sdk').file(m.andr)oid.library'
android { android {
compileSdkVersion 33 compileSdkVersion 33
...@@ -75,7 +75,6 @@ dependencies { ...@@ -75,7 +75,6 @@ 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']) compileOnly fileTree(dir: 'libs', include: ['*.aar'])
compileOnly files('libs/commonlib.aar', 'libs/commonlib.aar')
implementation files('../android/libs/commonlib.aar','../android/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