Commit ecb5239d authored by Him188's avatar Him188 Committed by GitHub

Update guide_build_for_mirai.md

parent 8584416d
...@@ -27,7 +27,7 @@ repositories { ...@@ -27,7 +27,7 @@ repositories {
} }
dependencies { 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" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'junit', name: 'junit', version: '4.12'
} }
...@@ -155,7 +155,7 @@ repositories { ...@@ -155,7 +155,7 @@ repositories {
} }
dependencies { 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" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'junit', name: 'junit', version: '4.12'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment