Skip to content

Commit 6214925

Browse files
authored
Update README.md
1 parent 8c1259d commit 6214925

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
Step 1. Add the JitPack repository to your build file
1111
~~~
1212
allprojects {
13-
repositories {
14-
...
15-
maven { url 'https://jitpack.io' }
16-
}
17-
}
13+
repositories {
14+
...
15+
maven { url 'https://jitpack.io' }
16+
}
17+
}
1818
~~~
1919

2020
Step 2. Add the dependency
2121
~~~
2222
dependencies {
23-
implementation 'com.github.CeuiLiSA:AnimateCircleImageViewLibrary:1.0.1'
24-
}
23+
implementation 'com.github.CeuiLiSA:AnimateCircleImageViewLibrary:1.0.1'
24+
}
2525
~~~
2626

2727
Step 3. use it in xml
@@ -47,7 +47,6 @@ xml定义:
4747
Step 4. in xxx.class
4848
~~~
4949
public class MainActivity extends AppCompatActivity {
50-
5150
@Override
5251
protected void onCreate(Bundle savedInstanceState) {
5352
super.onCreate(savedInstanceState);

0 commit comments

Comments
 (0)