mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
With data-client added as library module (#3656)
* With data-client added as library module * Fix build
This commit is contained in:
parent
9ee04f3df4
commit
32ee0b4f9a
258 changed files with 34820 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ if(isRunningOnTravisAndIsNotPRBuild) {
|
|||
|
||||
dependencies {
|
||||
|
||||
implementation project(':wikimedia-data-client')
|
||||
// Utils
|
||||
implementation 'com.github.nicolas-raoul:Quadtree:ac16ea8035bf07'
|
||||
implementation 'in.yuvi:http.fluent:1.3'
|
||||
|
|
@ -31,7 +32,6 @@ dependencies {
|
|||
implementation 'com.jakewharton.rxbinding2:rxbinding-design:2.1.1'
|
||||
implementation 'com.facebook.fresco:fresco:1.13.0'
|
||||
implementation 'org.apache.commons:commons-lang3:3.8.1'
|
||||
implementation 'com.github.maskaravivek:wikimedia-android-data-client:v0.0.30'
|
||||
|
||||
// UI
|
||||
implementation 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue