We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0d3e0 commit 332c99bCopy full SHA for 332c99b
1 file changed
README.md
@@ -87,16 +87,14 @@ values 目录下的 dimens.xml
87
插件版本:
88
[  ](https://bintray.com/bugyun/maven/screen-helper/1.0.1/link)
89
90
-在项目的根 build.gradle 中添加 jcenter ,如果jcenter 仓库找不到项目,那么可以添加我的仓库
+在项目的根 build.gradle 中添加 jcenter 仓库
91
```java
92
buildscript {
93
repositories {
94
google()
95
jcenter()
96
}
97
- dependencies {
98
- classpath 'com.android.tools.build:gradle:3.4.1'
99
- }
+ ...
100
101
102
allprojects {
0 commit comments