File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 22
33
44public 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments