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

multiple_maps - Android: Fix minSdkVersion 19 cannot be smaller than version 21 #2939

Open
wants to merge 1 commit into
base: multiple_maps
Choose a base branch
from

Commits on Oct 9, 2024

  1. Fix: uses-sdk:minSdkVersion 19 cannot be smaller than version 21 decl…

    …ared in library [androidx.core:core-splashscreen:1.0.0]
    
    In plugin.xml "android-minSdkVersion" ist set to 19 for the config.xml and must be set to 21, because the referenced Library "androidx.core:core-splashscreen:1.0.0" defines minSdkVersion to 21. Both cannot live side by side.
    GitToTheHub authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    16a39f7 View commit details
    Browse the repository at this point in the history