Commit 4ebcc874 by Sai Sebastian

Gradle Fix

parent 36fd51e5
......@@ -76,6 +76,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
//implementation files('libs/commonlib.aar')
compileOnly files('libs/commonlib.aar')
compileOnly files('libs/mobilertc.aar')
implementation files('libs/commonlib.aar')
implementation files('libs/mobilertc.aar')
implementation project(":imported_aar_module")
}
\ 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