We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1259d commit 6214925Copy full SHA for 6214925
README.md
@@ -10,18 +10,18 @@
10
Step 1. Add the JitPack repository to your build file
11
~~~
12
allprojects {
13
- repositories {
14
- ...
15
- maven { url 'https://jitpack.io' }
16
- }
17
+ repositories {
+ ...
+ maven { url 'https://jitpack.io' }
+ }
+}
18
19
20
Step 2. Add the dependency
21
22
dependencies {
23
- implementation 'com.github.CeuiLiSA:AnimateCircleImageViewLibrary:1.0.1'
24
+ implementation 'com.github.CeuiLiSA:AnimateCircleImageViewLibrary:1.0.1'
25
26
27
Step 3. use it in xml
@@ -47,7 +47,6 @@ xml定义:
47
Step 4. in xxx.class
48
49
public class MainActivity extends AppCompatActivity {
50
-
51
@Override
52
protected void onCreate(Bundle savedInstanceState) {
53
super.onCreate(savedInstanceState);
0 commit comments