We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcad132 commit d1e1dc3Copy full SHA for d1e1dc3
README.md
@@ -26,7 +26,7 @@ Oksimple目前minsdkversion是21,一些用我这个lib朋友希望我能支持
26
github上的demo演示里,用的都是第三方的地址。但功能的话,都是经过实际使用测试的。如果确实有问题的话,欢迎提issue。
27
28
29
-### 接入方法 以最新版的Android studio为例,你需要在settings.gradle中进行配置
+### 接入方法 以最新版的Android studio为例,你需要在settings.gradle中进行配置,主要是引入jitpack
30
```
31
pluginManagement {
32
repositories {
@@ -44,7 +44,6 @@ dependencyResolutionManagement {
44
maven { url 'https://jitpack.io' }
45
}
46
47
-//
48
49
然后在app的build.gradle
50
0 commit comments