-
Notifications
You must be signed in to change notification settings - Fork 374
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
Updating version from 3.1.2 to 3.1.3 : Could not resolve all dependencies for configuration #442
Comments
Same Issue here |
i think its because of this commit : |
@Kisepro Thanks for reporting, we were too aggressive on updating the I just created a new react project with Since react is designed for these older Android setting we are going to release another update soon to use these same react native defaults in this plugin. We are also going to do a bit a future proofing to allow overriding like this. Your projects ext {
compileSdkVersion = 23
buildToolsVersion = '23.0.1'
} OneSignal's android {
// Reads your project's settings
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
} |
When is fix planned to be merged? Can not open the React Native app on android because of this! Please fix! |
@nikasvan you can temporarily restrict the react-native-onesignal version in package.json to 3.1.2. |
@Kisepro @HessiPard @nikasvan We have released version 3.1.4 with a fix for this. https://github.com/geektimecoil/react-native-onesignal/releases |
Working like a charm |
@jkasten2 I'm using 3.1.4 and I'm still getting this issue.
|
@ChristianTucker Are you seeing this specific error or a different one?
The Are you able to reproduce the issue with a new react project with OneSignal? Or does the problem only occur once you start adding other plugins? |
The buildTools version can be obtained from `rootProject.ext` on react-native 0.56. This commit adds support for that and if the variables are not defined falls back to the versions expected by react-native (on 0.56). This also adds a way of customizing the fresco library version used via `rootProject.ext.frescoVersion`. inspired by: OneSignal/react-native-onesignal#442 (comment)
The buildTools version can be obtained from `rootProject.ext` on react-native 0.56. This commit adds support for that and if the variables are not defined falls back to the versions expected by react-native (on 0.56). This also adds a way of customizing the fresco library version used via `rootProject.ext.frescoVersion`. inspired by: OneSignal/react-native-onesignal#442 (comment)
The buildTools version can be obtained from `rootProject.ext` on react-native 0.56. This commit adds support for that and if the variables are not defined falls back to the versions expected by react-native (on 0.56). This also adds a way of customizing the fresco library version used via `rootProject.ext.frescoVersion`. inspired by: OneSignal/react-native-onesignal#442 (comment)
Hello,
Since I updated the version to 3.1.3 I'm not able anymore to compile, I get this error message
I'm using :
compileSdkVersion : 23
buildToolsVersion 23.0.1
I tried also to install the sdk tools 26.0.0 & 27.2.0 but it does not work.
I would like to not have to upgrade my compileSdkVersion, Is it possible ?
The text was updated successfully, but these errors were encountered: