Commit e0f3791e by Sai Sebastian

Gradle Fix

parent 6929f231
......@@ -19,7 +19,7 @@ rootProject.allprojects {
jcenter()
flatDir {
dirs 'libs'
dirs 'lib'
}
}
}
......@@ -77,5 +77,5 @@ dependencies {
//implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
implementation files('libs/commonlib.aar','libs/mobilertc.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