Skip to content
Snippets Groups Projects
Commit 43c4640a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Change Android minSdkVersion to 22 (from cordova-android compatibility specification)

parent d308fa16
No related branches found
No related tags found
No related merge requests found
Pipeline #11039 failed
......@@ -58,7 +58,7 @@
<platform name="android">
<preference name="AndroidXEnabled" value="true" />
<preference name="AndroidLaunchMode" value="singleTask" />
<preference name="android-minSdkVersion" value="16" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="29" />
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment