summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGautam Korlam <gkorlam@uber.com>2016-10-12 19:20:47 -0700
committerGautam Korlam <gkorlam@uber.com>2016-10-12 19:20:47 -0700
commit015c54e3ddd189d8f37cf7543f65a84c377d859b (patch)
treed3aae39a78d77b9b43e5a5fc9e959c2c8002069c
parent37fb773a61eb241b139b754be18159d5d4078a21 (diff)
downloadandroid-studio-gradle-test-015c54e3ddd189d8f37cf7543f65a84c377d859b.tar.gz
Replace dependency to fix build
-rw-r--r--Padraig/endocoele/build.gradle2
-rw-r--r--Padraig/follicle/build.gradle2
-rw-r--r--dependencies.gradle2
-rw-r--r--outissue/cyclus/build.gradle2
-rw-r--r--outissue/nonparty/build.gradle2
-rw-r--r--outissue/unseethed/build.gradle2
-rw-r--r--subvola/absconsa/build.gradle2
-rw-r--r--subvola/papistry/build.gradle2
8 files changed, 8 insertions, 8 deletions
diff --git a/Padraig/endocoele/build.gradle b/Padraig/endocoele/build.gradle
index 8b63b2f..64b42eb 100644
--- a/Padraig/endocoele/build.gradle
+++ b/Padraig/endocoele/build.gradle
@@ -63,7 +63,7 @@ dependencies {
compile deps.other.geo
compile deps.other.googleMap
compile deps.other.locationServiceGoogle
- compile deps.other.mapbox
+ compile deps.other.rebound
compile deps.playServices.wallet
compile deps.playServices.gcm
compile deps.support.multidex
diff --git a/Padraig/follicle/build.gradle b/Padraig/follicle/build.gradle
index 9d97d99..1f13a09 100644
--- a/Padraig/follicle/build.gradle
+++ b/Padraig/follicle/build.gradle
@@ -83,7 +83,7 @@ dependencies {
compile deps.other.geo
compile deps.other.googleMap
compile deps.other.locationServiceGoogle
- compile deps.other.mapbox
+ compile deps.other.rebound
compile deps.playServices.wallet
compile deps.playServices.gcm
compile deps.support.multidex
diff --git a/dependencies.gradle b/dependencies.gradle
index 1afb7d6..e5aa273 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -129,7 +129,7 @@ def other = [
location : "com.google.android.gms:play-services-location:${versions.playServicesVersion}",
googleMap : "com.google.android.gms:play-services-maps:${versions.playServicesVersion}",
locationServiceGoogle: "com.google.android.gms:play-services-places:${versions.playServicesVersion}",
- mapbox : "com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.0-beta.3@aar",
+ rebound : "com.facebook.rebound:rebound:0.3.8",
reactivenet : 'com.github.pwittchen:reactivenetwork:0.4.0',
exo : 'com.google.android.exoplayer:exoplayer:r1.5.9',
cast : "com.google.android.gms:play-services-cast:${versions.playServicesVersion}",
diff --git a/outissue/cyclus/build.gradle b/outissue/cyclus/build.gradle
index d37005b..7a220b3 100644
--- a/outissue/cyclus/build.gradle
+++ b/outissue/cyclus/build.gradle
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'; apply plugin: 'com.neenbedankt.android-apt'
dependencies {
compile deps.other.leanback
- compile deps.other.mapbox
+ compile deps.other.rebound
compile deps.support.annotations
}
diff --git a/outissue/nonparty/build.gradle b/outissue/nonparty/build.gradle
index fa910de..a432ffd 100644
--- a/outissue/nonparty/build.gradle
+++ b/outissue/nonparty/build.gradle
@@ -9,7 +9,7 @@ dependencies {
compile deps.external.dagger
compile deps.external.picasso
compile deps.external.timber
- compile deps.other.mapbox
+ compile deps.other.rebound
compile deps.support.annotations
compile deps.other.appcompat
compile deps.other.geo
diff --git a/outissue/unseethed/build.gradle b/outissue/unseethed/build.gradle
index 3652564..aa3b343 100644
--- a/outissue/unseethed/build.gradle
+++ b/outissue/unseethed/build.gradle
@@ -1,6 +1,6 @@
apply plugin: 'java'
dependencies {
compile deps.other.leanback
- compile deps.other.mapbox
+ compile deps.other.rebound
compile deps.support.annotations
}
diff --git a/subvola/absconsa/build.gradle b/subvola/absconsa/build.gradle
index d164428..36573fe 100644
--- a/subvola/absconsa/build.gradle
+++ b/subvola/absconsa/build.gradle
@@ -17,7 +17,7 @@ dependencies {
compile deps.other.javaxInject
compile deps.other.appcompat
compile deps.other.geo
- compile deps.other.mapbox
+ compile deps.other.rebound
compile deps.other.rxjava
compile deps.external.rxandroid
compile deps.external.rxjava
diff --git a/subvola/papistry/build.gradle b/subvola/papistry/build.gradle
index aee4223..f51f23e 100644
--- a/subvola/papistry/build.gradle
+++ b/subvola/papistry/build.gradle
@@ -4,7 +4,7 @@ dependencies {
compile project(':outissue:carnally')
compile deps.other.location
compile deps.other.locationServiceGoogle
- compile deps.other.mapbox
+ compile deps.other.rebound
compile deps.other.javapoet