Add version

This commit is contained in:
Him188 2020-02-20 19:50:51 +08:00 committed by GitHub
parent 12a26fe7e7
commit 538980b6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
} }