Commit 8584416d authored by Him188's avatar Him188 Committed by GitHub

Update guide_getting_started.md

parent 8fc05e16
...@@ -56,7 +56,7 @@ ...@@ -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() { ...@@ -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>
......
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