Commit ba625595 by Sai Sebastian

Gradle Fix

parent a74e43d5
...@@ -69,14 +69,17 @@ dependencies { ...@@ -69,14 +69,17 @@ dependencies {
// https://mvnrepository.com/artifact/com.airbnb.android/lottie // https://mvnrepository.com/artifact/com.airbnb.android/lottie
implementation 'com.airbnb.android:lottie:2.5.1' implementation 'com.airbnb.android:lottie:2.5.1'
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
implementation files('libs/commonlib.aar')
implementation files('libs/mobilertc.aar')
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
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(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
//implementation files('libs/commonlib.aar') // //implementation files('libs/commonlib.aar')
implementation files('libs/commonlib.aar') // implementation files('libs/commonlib.aar')
implementation files('libs/mobilertc.aar') // implementation files('libs/mobilertc.aar')
// implementation project(":flutter_zoom_sdk") // implementation project(":flutter_zoom_sdk")
} }
\ 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