Skip to content

Commit c9f3497

Browse files
author
catch-pig
committed
修改包名
1 parent 20e6855 commit c9f3497

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ apply plugin: 'kotlin-kapt' // 使用 kapt 注解处理工具
5656
### 4. 添加依赖
5757
> Gitee
5858
59-
implementation "com.gitee.catch-pig.kotlin-mvvm:mvvm:last_version"
60-
kapt "com.gitee.catch-pig.kotlin-mvvm:compiler:last_version"
59+
implementation "com.gitee.catchpig.kmvvm:mvvm:last_version"
60+
kapt "com.gitee.catchpig.kmvvm:compiler:last_version"
6161

6262
> Github
6363
64-
implementation "com.github.catch-pig.kotlin-mvvm:mvvm:last_version"
65-
kapt "com.github.catch-pig.kotlin-mvvm:compiler:last_version"
64+
implementation "com.github.catchpig.kmvvm:mvvm:last_version"
65+
kapt "com.github.catchpig.kmvvm:compiler:last_version"
6666

6767
## 使用
6868

0 commit comments

Comments
 (0)