Skip to content

Commit b271c7d

Browse files
committed
release 0.8.0
1 parent 2cd6fcc commit b271c7d

File tree

19 files changed

+562
-625
lines changed

19 files changed

+562
-625
lines changed

commandbasedarchitecture_coroutine/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ dependencies {
4343

4444
implementation fileTree(dir: 'libs', include: ['*.jar'])
4545

46-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"
46+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0"
4747

4848
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${rootProject.architectureComponentsVersion}"
4949
}
5050

5151
ext {
5252
PUBLISH_GROUP_ID = 'io.scal'
53-
PUBLISH_VERSION = '0.7.0'
53+
PUBLISH_VERSION = '0.8.0'
5454
PUBLISH_ARTIFACT_ID = 'commandbasedarchitecture_coroutine'
5555
}
5656

commandbasedarchitecture_coroutine/src/main/java/io/scal/commandbasedarchitecture/CommandManager.kt

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)