Skip to content

Commit cab7a4b

Browse files
committed
Merge pull request #21 from josmas/gradlePageViewer
changes in gradle to be able to build after adding page viewer
2 parents b71fe10 + e0b102b commit cab7a4b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
buildscript {
44
repositories {
5+
maven { url "http://dl.bintray.com/populov/maven" }
6+
mavenCentral()
57
jcenter()
68
}
79
dependencies {
@@ -14,6 +16,7 @@ buildscript {
1416

1517
allprojects {
1618
repositories {
19+
maven { url "http://dl.bintray.com/populov/maven" }
1720
jcenter()
1821
}
1922
}

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ dependencies {
3232
compile 'com.android.support:appcompat-v7:21.0.3'
3333
compile 'com.google.android.gms:play-services:6.5.87'
3434
compile 'com.jakewharton:butterknife:6.1.0'
35-
compile 'com.viewpagerindicator:library:2.4.1'
35+
compile 'com.viewpagerindicator:library:2.4.1@aar'
3636

3737
}

0 commit comments

Comments
 (0)