Commit b03b54d7 by Sai Sebastian

Gradle Fix

parent 83ffb931
No preview for this file type
...@@ -18,9 +18,9 @@ rootProject.allprojects { ...@@ -18,9 +18,9 @@ rootProject.allprojects {
google() google()
jcenter() jcenter()
// flatDir { flatDir {
// dirs 'libs' dirs 'libs'
// } }
} }
} }
...@@ -69,7 +69,7 @@ dependencies { ...@@ -69,7 +69,7 @@ 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(include: ['*.jar', '*.aar'], dir: 'libs') implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
implementation files('libs/commonlib.aar') implementation files('libs/commonlib.aar')
implementation files('libs/mobilertc.aar') implementation files('libs/mobilertc.aar')
// implementation(name:'commonlib', ext:'aar')implementation files('../libs/testaarfile.aar') // implementation(name:'commonlib', ext:'aar')implementation files('../libs/testaarfile.aar')
......
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