File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ class AndroidPlatform extends PlatformTarget
475475 context. CPP_DIR = targetDirectory + " /obj" ;
476476 context. OUTPUT_DIR = targetDirectory ;
477477 context. ANDROID_INSTALL_LOCATION = project .config .getString (" android.install-location" , " auto" );
478- context. ANDROID_MINIMUM_SDK_VERSION = project .config .getInt (" android.minimum-sdk-version" , 28 );
478+ context. ANDROID_MINIMUM_SDK_VERSION = project .config .getInt (" android.minimum-sdk-version" , 21 );
479479 context. ANDROID_TARGET_SDK_VERSION = project .config .getInt (" android.target-sdk-version" , 35 );
480480 context. ANDROID_EXTENSIONS = project .config .getArrayString (" android.extension" );
481481 context. ANDROID_PERMISSIONS = project .config .getArrayString (" android.permission" , [
You can’t perform that action at this time.
0 commit comments