Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

What does 'not found in maxSupportVersion' warning mean? #54

Closed
jahirfiquitiva opened this issue Jul 24, 2018 · 3 comments
Closed

What does 'not found in maxSupportVersion' warning mean? #54

jahirfiquitiva opened this issue Jul 24, 2018 · 3 comments

Comments

@jahirfiquitiva
Copy link

jahirfiquitiva commented Jul 24, 2018

Project Setup

app/build.gradle

buildscript {
    repositories {
        maven { url 'https://plugins.gradle.org/m2/' }
    }
    dependencies {
        classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.11.0'
    }
}
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'

dependencies {
    implementation 'com.onesignal:OneSignal:3.9.3'
}

Logs

OneSignalPlugin: 28 not found in maxSupportVersion rules list.
Assuming max safe default of '28.+' for 'com.android.support'
@jahirfiquitiva jahirfiquitiva changed the title What does not found in maxSupportVersion warning mean? What does 'not found in maxSupportVersion' warning mean? Jul 24, 2018
@jkasten2
Copy link
Member

@jahirfiquitiva This warning means that we haven't defined a maximum Android Support Library for compileSDKVersion 28 yet. It falling back to '28.+' as a safe default which is correct in this case.

We will add this to the version list in the next version so this warning will not show in the future.

@jahirfiquitiva
Copy link
Author

Is it safe or ok to keep using this version in the meantime? Or I must downgrade the compileSDKVersion?

@jkasten2
Copy link
Member

@jahirfiquitiva Yes, it is safe to ignore this warning. The correct version of the Android Support Library is being used in this case

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants