Commit 4abcf105 by Sai Sebastian

Gradle Fix

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