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

Commit fb43d91

Browse files
committed
Release 1.0 for MainScope.
1 parent b6b0c1d commit fb43d91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ An instance of `MainScope` which use `Dispatchers.Main` as its dispatcher will b
4646
Add dependency in gradle:
4747

4848
```
49-
api 'com.bennyhuo.kotlin:coroutines-android-mainscope:1.0-beta2'
49+
api 'com.bennyhuo.kotlin:coroutines-android-mainscope:1.0'
5050
```
5151

5252
Initialize this library in your customized `Application`:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ task clean(type: Delete) {
2929
}
3030

3131
group 'com.bennyhuo.kotlin'
32-
version '1.0-beta2'
32+
version '1.0'
3333

3434
def props = new Properties()
3535
file("jcenter.properties").withInputStream { props.load(it) }
@@ -41,6 +41,6 @@ ext {
4141
groupId = project.group
4242
publishVersion = project.version
4343
desc = ""
44-
website = 'https://github.com/enbandari/ReleasableVar'
44+
website = 'https://github.com/enbandari/kotlin-coroutines-android'
4545
dryRun = "false"
4646
}

0 commit comments

Comments
 (0)