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.
2 parents b71fe10 + e0b102b commit cab7a4bCopy full SHA for cab7a4b
build.gradle
@@ -2,6 +2,8 @@
2
3
buildscript {
4
repositories {
5
+ maven { url "http://dl.bintray.com/populov/maven" }
6
+ mavenCentral()
7
jcenter()
8
}
9
dependencies {
@@ -14,6 +16,7 @@ buildscript {
14
16
15
17
allprojects {
18
19
20
21
22
mobile/build.gradle
@@ -32,6 +32,6 @@ dependencies {
32
compile 'com.android.support:appcompat-v7:21.0.3'
33
compile 'com.google.android.gms:play-services:6.5.87'
34
compile 'com.jakewharton:butterknife:6.1.0'
35
- compile 'com.viewpagerindicator:library:2.4.1'
+ compile 'com.viewpagerindicator:library:2.4.1@aar'
36
37
0 commit comments