From 16a39f77904532e817e89587454db9256e85cb0e Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Wed, 9 Oct 2024 07:13:41 +0200 Subject: [PATCH] Fix: uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared 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. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 7c9add1a4..e4c8c1fcf 100644 --- a/plugin.xml +++ b/plugin.xml @@ -155,7 +155,7 @@ - +