Browse Source

优化引入朋友圈流程

imndx 5 months ago
parent
commit
d9726223f0
2 changed files with 4 additions and 3 deletions
  1. 2 0
      momentclient/build.gradle
  2. 2 3
      uikit/build.gradle

+ 2 - 0
momentclient/build.gradle

@@ -0,0 +1,2 @@
+configurations.maybeCreate("default")
+artifacts.add("default", file('momentclient-release.aar'))

+ 2 - 3
uikit/build.gradle

@@ -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