This repository was archived by the owner on Feb 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
Could not find com.estimote:proximity-sdk:1.0.3 #68
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels