Skip to content

Commit d880d93

Browse files
authored
Merge pull request #503 from qiniu/update_mvn_push
fixed maven
2 parents 6690c4b + e021e55 commit d880d93

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ buildscript {
99
google()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:7.0.4'
12+
classpath 'com.android.tools.build:gradle:7.1.3'
13+
1314
// NOTE: Do not place your application dependencies here; they belong
1415
// in the individual module build.gradle files
1516
}

library/src/main/java/com/qiniu/android/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
public final class Constants {
5-
public static final String VERSION = "8.5.3";
5+
public static final String VERSION = "8.5.3.1";
66

77
public static final String UTF_8 = "utf-8";
88
}

mvn_push.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ publishing {
7272
classifier "javadoc"
7373
}
7474

75+
afterEvaluate {
76+
from components.release
77+
}
78+
7579
pom {
7680
name = POM_NAME
7781
description = POM_DESCRIPTION

0 commit comments

Comments
 (0)