Skip to content
This repository was archived by the owner on Apr 18, 2021. It is now read-only.

Commit b116a7c

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fb43d91 + 3be6d3e commit b116a7c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

AutoDisposable/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ artifacts {
3737

3838
apply plugin: 'com.novoda.bintray-release'
3939

40+
version '1.0'
41+
4042
publish {
4143
userOrg = project.userName
4244
groupId = project.groupId
4345
repoName = project.repoName
4446
artifactId = 'coroutines-android-autodisposable'
45-
publishVersion = "1.0"//project.publishVersion
47+
publishVersion = version//project.publishVersion
4648
desc = project.desc//描述,不重要
4749
website = project.website
4850
bintrayUser = project.userName

MainScope/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ publish {
4747
groupId = project.groupId
4848
repoName = project.repoName
4949
artifactId = 'coroutines-android-mainscope'
50-
publishVersion = project.publishVersion
50+
publishVersion = project.releaseVersion
5151
desc = project.desc//描述,不重要
5252
website = project.website
5353
bintrayUser = project.userName

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ext {
3939
apiKey = props.getProperty("bintray.key")
4040
repoName = "bennyhuo"
4141
groupId = project.group
42-
publishVersion = project.version
42+
releaseVersion = project.version
4343
desc = ""
4444
website = 'https://github.com/enbandari/kotlin-coroutines-android'
4545
dryRun = "false"

0 commit comments

Comments
 (0)