mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 17:00:14 +08:00
Add version
This commit is contained in:
parent
12a26fe7e7
commit
538980b6d7
@ -51,12 +51,12 @@ JDK要求8以上
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- 添加依赖,将dependencies部分覆盖为
|
- 添加依赖,将dependencies部分覆盖为:
|
||||||
|
`mirai-core` 的最新版本为: [![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg)](https://bintray.com/him188moe/mirai/mirai-core/)
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'net.mamoe:mirai-core:0.16.0'
|
implementation 'net.mamoe:mirai-core-qqandroid-jvm:0.17.0' // 替换成最新版本号
|
||||||
implementation 'net.mamoe:mirai-core-qqandroid-jvm:0.16.0'
|
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
|
||||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user