Update guide_getting_started.md

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

View File

@ -56,7 +56,7 @@
```groovy ```groovy
dependencies { dependencies {
implementation 'net.mamoe:mirai-core-qqandroid-jvm:0.32.0'//此处版本应替换为当前最新 implementation 'net.mamoe:mirai-core-qqandroid:0.32.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'
} }
@ -121,7 +121,7 @@ suspend fun main() {
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.mamoe</groupId> <groupId>net.mamoe</groupId>
<artifactId>mirai-core-qqandroid-jvm</artifactId> <artifactId>mirai-core-qqandroid</artifactId>
<version>0.23.0</version> <!-- 替换版本为最新版本 --> <version>0.23.0</version> <!-- 替换版本为最新版本 -->
</dependency> </dependency>
</dependencies> </dependencies>