... | ... | @@ -19,7 +19,7 @@ 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 declaration.
|
|
|
|
|
|
Next, add all the B4S dependencies and reference it's .AAR files in the main application's `app/build.gradle` file:
|
|
|
Next, add all the B4S dependencies and reference its .AAR files in the main application's `app/build.gradle` file:
|
|
|
```groovy
|
|
|
dependencies {
|
|
|
compile 'nl.qbusict:cupboard:2.1.4'
|
... | ... | |