mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 00:30:17 +08:00
Delete versions.kt
This commit is contained in:
parent
a555137da5
commit
d6110a0179
@ -1,28 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright 2020 Mamoe Technologies and contributors.
|
|
||||||
*
|
|
||||||
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
|
|
||||||
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
|
|
||||||
*
|
|
||||||
* https://github.com/mamoe/mirai/blob/master/LICENSE
|
|
||||||
*/
|
|
||||||
|
|
||||||
object Versions {
|
|
||||||
const val core = "1.1.3"
|
|
||||||
const val console = "1.0-M1"
|
|
||||||
const val consoleGraphical = "0.0.7"
|
|
||||||
const val consoleTerminal = "0.1.0"
|
|
||||||
const val consolePure = console
|
|
||||||
|
|
||||||
const val kotlinCompiler = "1.4.0-rc" // for public explict API
|
|
||||||
const val kotlinStdlib = "1.4.0-rc" // for not overriding dependant's stdlib dependency
|
|
||||||
|
|
||||||
const val coroutines = "1.3.8-1.4.0-rc"
|
|
||||||
const val collectionsImmutable = "0.3.2"
|
|
||||||
const val serialization = "1.0-M1-1.4.0-rc"
|
|
||||||
const val ktor = "1.3.2-1.4.0-rc"
|
|
||||||
|
|
||||||
const val androidGradle = "3.6.2"
|
|
||||||
|
|
||||||
const val bintray = "1.8.5"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user