We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c29c41 commit 26fb439Copy full SHA for 26fb439
2 files changed
FlowHttp/build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
//ext.GROUP = "com.lute.network"
8
//ext.POM_ARTIFACT_ID = "NetCore-Flow"
9
-//ext.VERSION_NAME = "1.6.2"
+//ext.VERSION_NAME = "1.6.3"
10
////引用gradle_upload.gradle
11
//apply from: "${project.rootDir}/maven_upload.gradle"
12
@@ -19,7 +19,7 @@ afterEvaluate {
19
// 这里头是artifacts的配置信息,不填会采用默认的
20
groupId = 'com.github.buhuiming'
21
artifactId = 'NetCore-Flow'
22
- version = '1.6.2'
+ version = '1.6.3'
23
24
from components.release
25
artifact androidSourcesJar //打包源码,去除这行打的包将看不到源码
README.md
@@ -10,7 +10,7 @@
}
dependencies {
13
- implementation 'com.github.buhuiming:NetCore-Flow:1.6.2'
+ implementation 'com.github.buhuiming:NetCore-Flow:1.6.3'
14
15
16
#### 1、Application配置默认的全局配置项(可选)
0 commit comments