mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-20 22:37:05 +08:00
Use new blocking bridge compiler, fix #853. 2.0.0-dev-1
This commit is contained in:
parent
9d25f05569
commit
adf17c223f
@ -12,7 +12,7 @@
|
|||||||
import org.gradle.api.attributes.Attribute
|
import org.gradle.api.attributes.Attribute
|
||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
const val project = "2.0-RC"
|
const val project = "2.0.0-dev-1"
|
||||||
|
|
||||||
const val kotlinCompiler = "1.4.21"
|
const val kotlinCompiler = "1.4.21"
|
||||||
const val kotlinStdlib = "1.4.21"
|
const val kotlinStdlib = "1.4.21"
|
||||||
@ -28,7 +28,7 @@ object Versions {
|
|||||||
const val io = "0.1.16"
|
const val io = "0.1.16"
|
||||||
const val coroutinesIo = "0.1.16"
|
const val coroutinesIo = "0.1.16"
|
||||||
|
|
||||||
const val blockingBridge = "1.5.0"
|
const val blockingBridge = "1.6.0"
|
||||||
|
|
||||||
const val androidGradlePlugin = "3.5.3"
|
const val androidGradlePlugin = "3.5.3"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user