Android-Proximity-SDK
Android-Proximity-SDK copied to clipboard
New project is not being built. Reuire additional package com.estimote:scanning-plugin:0.25.4.
Prerequisites
I have created simply BottomNavigationActivity project with Kotlin lang using AndroidStudio Chipmunk 2021.2.1. Android Gradle Plugin Version: 7.3.3 GradleVersion: 7.3.3
Basic information
Estimote SDK version: com.estimote:proximity-sdk:1.0.7
Android devices affected: -
Android OS version affected: -
Beacon hardware version: -
Description
Steps to reproduce:
- Open new project in AndroidStudio with Kotlin language
- Add dependency for jfrog
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {
url "https://estimote.jfrog.io/artifactory/android-proximity-sdk"
}
}
}
dependencies {
implementation 'com.estimote:proximity-sdk:1.0.7'
}
3.Build project
Expected behavior: Project is built
Actual behavior: Build error:
Could not find com.estimote:scanning-plugin:0.25.4.
Required by:
project :app > com.estimote:proximity-sdk:1.0.7
did you find a solution to this?
I have the same problem, did someone find a solution for this?
I am facing same issue and build is getting failed. Did any one found solution ? Please post it here.
Same issue here, tried adding it as aar dependency, also tried different versions(1.0.6;1.0.7;1.0.8 from jfrog) of this and it's not working.
Anything? It's crazy that Estimote doesn't respond at all, after more than a year, while my company have over 2 thousand Estimote Beacons all over the world. This is nuts.
The same issue continues. I don't know if there is any solution for it but I will try something and update my comment again. Edit: https://github.com/Estimote/Android-Proximity-SDK/issues/117