Hello!
Do anyone knows how I can use this sdk in a ba4 project:
Fromg gradle build:
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// ...
// add this:
implementation 'com.estimoteroximity-sdk:1.0.0'
// for the latest version, see the CHANGELOG and replace "1.0.0"
// https://github.com/Estimote/Android-Proximity-SDK/blob/master/CHANGELOG.md
implementation 'com.estimote:mustard:0.2.1'
}
More I will need this also on B4I
Thank you a lot...
Do anyone knows how I can use this sdk in a ba4 project:
Fromg gradle build:
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// ...
// add this:
implementation 'com.estimoteroximity-sdk:1.0.0'
// for the latest version, see the CHANGELOG and replace "1.0.0"
// https://github.com/Estimote/Android-Proximity-SDK/blob/master/CHANGELOG.md
implementation 'com.estimote:mustard:0.2.1'
}
More I will need this also on B4I
Thank you a lot...