... | ... | @@ -17,11 +17,12 @@ allprojects { |
|
|
}
|
|
|
}
|
|
|
```
|
|
|
See [the `sample-gradle` root project's `build.gradle` file](https://github.com/ezeeworld/B4S-Android-SDK/blob/master/sample-gradle/build.gradle) for an example of this repository declration.
|
|
|
See [the `sample-gradle` root project's `build.gradle` file](https://github.com/ezeeworld/B4S-Android-SDK/blob/master/sample-gradle/build.gradle) for an example of this repository declaration.
|
|
|
|
|
|
Next, add all the B4S dependencies and reference it's .AAR files in the main application's `app/build.gradle` file:
|
|
|
```groovy
|
|
|
dependencies {
|
|
|
compile 'nl.qbusict:cupboard:2.1.4'
|
|
|
compile 'de.greenrobot:eventbus:2.4.0'
|
|
|
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2'
|
|
|
compile 'com.squareup.retrofit:converter-jackson:2.0.0-beta2'
|
... | ... | |