|
@@ -52,7 +52,7 @@ android {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
|
|
|
+ implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
|
|
|
|
|
@@ -93,8 +93,7 @@ dependencies {
|
|
|
compileOnly 'io.kvh:amr:1.1.1'
|
|
|
|
|
|
// moment start
|
|
|
- // momentclient module is just for dev, do not uncomment
|
|
|
-// implementation project(':momentclient')
|
|
|
+ // implementation project(':momentclient')
|
|
|
// moment end
|
|
|
|
|
|
// kit wfc end
|