|
|
@@ -7,12 +7,12 @@ plugins {
|
|
|
ext {
|
|
|
GROUP_ID = 'com.wenext.android'
|
|
|
ARTIFACT_ID = 'frame-network'
|
|
|
- VERSION = '6.0.12'
|
|
|
+ VERSION = '6.1.0'
|
|
|
}
|
|
|
|
|
|
-//if (project.FRAME_DEBUG != "true") {
|
|
|
-// apply from: "../../publish.gradle"
|
|
|
-//}
|
|
|
+if (project.FRAME_DEBUG != "true") {
|
|
|
+ apply from: "../../publish.gradle"
|
|
|
+}
|
|
|
|
|
|
android {
|
|
|
namespace 'com.adealink.frame.network'
|
|
|
@@ -56,24 +56,24 @@ dependencies {
|
|
|
implementation libs.conscrypt
|
|
|
|
|
|
//frame
|
|
|
- api platform(libs.frame.bom)
|
|
|
- api libs.frame.retrofit
|
|
|
- api libs.frame.zero
|
|
|
- api libs.frame.base
|
|
|
- api libs.frame.data
|
|
|
- api libs.frame.coroutine
|
|
|
- api libs.frame.util
|
|
|
- api libs.frame.statistics
|
|
|
- api libs.frame.storage
|
|
|
+// api platform(libs.frame.bom)
|
|
|
+// api libs.frame.retrofit
|
|
|
+// api libs.frame.zero
|
|
|
+// api libs.frame.base
|
|
|
+// api libs.frame.data
|
|
|
+// api libs.frame.coroutine
|
|
|
+// api libs.frame.util
|
|
|
+// api libs.frame.statistics
|
|
|
+// api libs.frame.storage
|
|
|
|
|
|
-// compileOnly project(":external:retrofit")
|
|
|
-// compileOnly project(":frame:zero")
|
|
|
-// compileOnly project(":frame:base")
|
|
|
-// compileOnly project(":frame:data")
|
|
|
-// compileOnly project(":frame:coroutine")
|
|
|
-// compileOnly project(":frame:util")
|
|
|
-// compileOnly project(":frame:statistics")
|
|
|
-// compileOnly project(":frame:storage")
|
|
|
+ compileOnly project(":external:retrofit")
|
|
|
+ compileOnly project(":frame:zero")
|
|
|
+ compileOnly project(":frame:base")
|
|
|
+ compileOnly project(":frame:data")
|
|
|
+ compileOnly project(":frame:coroutine")
|
|
|
+ compileOnly project(":frame:util")
|
|
|
+ compileOnly project(":frame:statistics")
|
|
|
+ compileOnly project(":frame:storage")
|
|
|
|
|
|
//test
|
|
|
testImplementation libs.junit
|