Skip to content
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

Outdated Android Supported Library #1050

Closed
dilawer opened this issue Sep 28, 2020 · 2 comments
Closed

Outdated Android Supported Library #1050

dilawer opened this issue Sep 28, 2020 · 2 comments
Labels

Comments

@dilawer
Copy link

dilawer commented Sep 28, 2020

Description:
I have followed the instructions carefully and exactly the same way mentioned at the link. However at the dashboard of onesignal, I see against my testing device it is shown "Outdated Android Supported Library". What else am I missing? Any help would be highly appreciated.

Environment
My gradle version:
6.1.1
My project level build.gradle:
buildscript {
repositories {
maven { url 'https://plugins.gradle.org/m2/' } // Gradle Plugin Portal
}
dependencies {
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.6, 0.99.99]'
}
}
My app level build.gradle:
buildscript {
ext {
buildToolsVersion = "29.0.2"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 28

}

}
My react-native version in package.json
"react-native": "0.61.2",
My AndroidManifest.xml

...
android:launchMode="singleTask"
...

@rgomezp
Copy link
Contributor

rgomezp commented Sep 28, 2020

Duplicate of #455

To give you some more technical details, the targetSdkVersion and the Android Support library version of the app must match.

Also see:

@rgomezp
Copy link
Contributor

rgomezp commented Oct 27, 2020

Closing due to no response

@rgomezp rgomezp closed this as completed Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants