Update guide_build_for_mirai.md

This commit is contained in:
Him188 2020-04-30 14:43:41 +08:00 committed by GitHub
parent 8584416dff
commit ecb5239d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ repositories {
}
dependencies {
implementation 'net.mamoe:mirai-core-qqandroid-jvm:0.19.1'
implementation 'net.mamoe:mirai-core-qqandroid:0.19.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.12'
}
@ -155,7 +155,7 @@ repositories {
}
dependencies {
implementation 'net.mamoe:mirai-core-qqandroid-jvm:0.23.0'
implementation 'net.mamoe:mirai-core-qqandroid:0.23.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.12'
}