Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MMieszko opened this issue Jul 11, 2022 · 6 comments

Comments

@MMieszko
Copy link

MMieszko commented Jul 11, 2022

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
@TasnimAlzahrani
Copy link

did you find a solution to this?

@RubenZB
Copy link

RubenZB commented Jan 12, 2023

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

@techiesatish
Copy link

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

@joshua-siw
Copy link

joshua-siw commented May 19, 2023

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.

@xoniq
Copy link

xoniq commented Oct 3, 2023

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.

@EmirhanSyl
Copy link

EmirhanSyl commented Dec 23, 2023

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: #117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants