Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
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

@IlirBajrami

Description

@IlirBajrami

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions