File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ An (mildly) improved [ViewPagerIndicator](https://github.com/JakeWharton/ViewPag
7
7
8
8
## To Install
9
9
Add the JitPack repository to your build file
10
- ```
10
+ ``` groovy
11
11
allprojects {
12
12
repositories {
13
13
...
@@ -17,7 +17,7 @@ allprojects {
17
17
```
18
18
19
19
Add the dependency
20
- ```
20
+ ``` groovy
21
21
dependencies {
22
22
compile 'com.github.jrejaud:ViewPagerIndicator2:0.0.1'
23
23
}
@@ -28,13 +28,13 @@ Visit https://jitpack.io/#jrejaud/ViewPagerIndicator2 for more information.
28
28
See https://github.com/JakeWharton/ViewPagerIndicator#usage for instructions on how to use ViewPagerIndicator.
29
29
You just need to change the path (in Java and XML) to:
30
30
31
- ```
31
+ ``` groovy
32
32
com.github.jrejaud.viewpagerindicator2;
33
33
```
34
34
35
35
instead of
36
36
37
- ```
37
+ ``` java
38
38
com. viewpagerindicator;
39
39
```
40
40
You can’t perform that action at this time.
0 commit comments