Android-Proximity-SDK icon indicating copy to clipboard operation
Android-Proximity-SDK copied to clipboard

New project is not being built. Reuire additional package com.estimote:scanning-plugin:0.25.4.

Open MMieszko opened this issue 3 years ago • 6 comments

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:

  1. Open new project in AndroidStudio with Kotlin language
  2. 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

MMieszko avatar Jul 11 '22 21:07 MMieszko

did you find a solution to this?

TasnimAlzahrani avatar Jan 01 '23 09:01 TasnimAlzahrani

I have the same problem, did someone find a solution for this?

RubenZB avatar Jan 12 '23 19:01 RubenZB

I am facing same issue and build is getting failed. Did any one found solution ? Please post it here.

techiesatish avatar Feb 27 '23 14:02 techiesatish

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.

joshua-siw avatar May 19 '23 11:05 joshua-siw

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.

xoniq avatar Oct 03 '23 19:10 xoniq

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

EmirhanSyl avatar Dec 23 '23 16:12 EmirhanSyl