Commit 67322eaa by Sai Sebastian

Gradle Fix

parent 5bd7059a
...@@ -18,9 +18,9 @@ rootProject.allprojects { ...@@ -18,9 +18,9 @@ rootProject.allprojects {
google() google()
jcenter() jcenter()
flatDir { // flatDir {
dirs 'libs' // dirs 'libs'
} // }
} }
} }
...@@ -69,10 +69,10 @@ dependencies { ...@@ -69,10 +69,10 @@ 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(name:'commonlib', ext:'aar')implementation files('../libs/testaarfile.aar')
// implementation(name:'mobilertc', ext:'aar') // implementation(name:'mobilertc', ext:'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'
......
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