Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Could not find com.estimote:proximity-sdk:1.0.3 #68

Open
IlirBajrami opened this issue Jan 9, 2023 · 3 comments
Open

Could not find com.estimote:proximity-sdk:1.0.3 #68

IlirBajrami opened this issue Jan 9, 2023 · 3 comments

Comments

@IlirBajrami
Copy link

Breaks my app at build time.
"react-native": "0.70.6",
"@estimote/react-native-proximity": "^0.6.0",

The error:

WARNING:The specified Android SDK Build Tools version (28.0.3) is ignored, as it is below the minimum supported version (30.0.3) for Android Gradle Plugin 7.2.1.
Android SDK Build Tools 30.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '28.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
WARNING:The specified Android SDK Build Tools version (28.0.0) is ignored, as it is below the minimum supported version (30.0.3) for Android Gradle Plugin 7.2.1.
Android SDK Build Tools 30.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '28.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
5 actionable tasks: 5 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:processDebugResources'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.estimote:proximity-sdk:1.0.3.
     Searched in the following locations:
       - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/react-native/android/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
       - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/jsc-android/dist/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
       - https://repo.maven.apache.org/maven2/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
       - https://dl.google.com/dl/android/maven2/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
       - https://www.jitpack.io/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
     Required by:
         project :app > project :estimote_react-native-proximity
   > Could not find com.estimote:scanning-plugin:0.25.2.
     Searched in the following locations:
       - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/react-native/android/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
       - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/jsc-android/dist/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
       - https://repo.maven.apache.org/maven2/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
       - https://dl.google.com/dl/android/maven2/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
       - https://www.jitpack.io/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
     Required by:
         project :app > project :estimote_react-native-proximity

Anyone please help solve the issue?

@joshua-siw
Copy link

joshua-siw commented May 17, 2023

i also got this problem.
tried to add the dependcies manually but despite its not working, took a look at the android sdk tried to create a native module but get simmilar errors when importing even newer versions.

@ghost
Copy link

ghost commented Jul 11, 2023

I have the same problem. I could not find dependency com.estimote:scanning-plugin:0.25.4 of com.estimote:proximity-sdk:1.0.6.

Could not find com.estimote:scanning-plugin:0.25.4.
Searched in the following locations:
- file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/react-native/android/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom
- file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/jsc-android/dist/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom
- https://repo.maven.apache.org/maven2/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom
- https://dl.google.com/dl/android/maven2/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom
- https://www.jitpack.io/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom
Required by:
project :app > project :estimote_react-native-proximity

I have searched several Gradle repositories and cannot find the dependency.

React Native 0.72.1
"@estimote/react-native-proximity": "^0.6.0"

@MaskedAlkindi
Copy link

In order to fix this, you have to add jfrog() in your settings.gradle

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

No branches or pull requests

3 participants