Skip to content

Commit 332c99b

Browse files
committed
修改 readme
1 parent 0c0d3e0 commit 332c99b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,14 @@ values 目录下的 dimens.xml
8787
插件版本:
8888
[ ![Download](https://api.bintray.com/packages/bugyun/maven/screen-helper/images/download.svg?version=1.0.1) ](https://bintray.com/bugyun/maven/screen-helper/1.0.1/link)
8989

90-
在项目的根 build.gradle 中添加 jcenter ,如果jcenter 仓库找不到项目,那么可以添加我的仓库
90+
在项目的根 build.gradle 中添加 jcenter 仓库
9191
```java
9292
buildscript {
9393
repositories {
9494
google()
9595
jcenter()
9696
}
97-
dependencies {
98-
classpath 'com.android.tools.build:gradle:3.4.1'
99-
}
97+
...
10098
}
10199

102100
allprojects {

0 commit comments

Comments
 (0)