This repository was archived by the owner on Apr 18, 2021. It is now read-only.
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,14 @@ artifacts {
37
37
38
38
apply plugin : ' com.novoda.bintray-release'
39
39
40
+ version ' 1.0'
41
+
40
42
publish {
41
43
userOrg = project. userName
42
44
groupId = project. groupId
43
45
repoName = project. repoName
44
46
artifactId = ' coroutines-android-autodisposable'
45
- publishVersion = " 1.0 " // project.publishVersion
47
+ publishVersion = version // project.publishVersion
46
48
desc = project. desc// 描述,不重要
47
49
website = project. website
48
50
bintrayUser = project. userName
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ publish {
47
47
groupId = project. groupId
48
48
repoName = project. repoName
49
49
artifactId = ' coroutines-android-mainscope'
50
- publishVersion = project. publishVersion
50
+ publishVersion = project. releaseVersion
51
51
desc = project. desc// 描述,不重要
52
52
website = project. website
53
53
bintrayUser = project. userName
Original file line number Diff line number Diff line change 39
39
apiKey = props. getProperty(" bintray.key" )
40
40
repoName = " bennyhuo"
41
41
groupId = project. group
42
- publishVersion = project. version
42
+ releaseVersion = project. version
43
43
desc = " "
44
44
website = ' https://github.com/enbandari/kotlin-coroutines-android'
45
45
dryRun = " false"
You can’t perform that action at this time.
0 commit comments