You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Breaks my app at build time.
"react-native": "0.70.6",
"@estimote/react-native-proximity": "^0.6.0",
The error:
Anyone please help solve the issue?
The text was updated successfully, but these errors were encountered: