set minsdk to 21. Sorted the fseeko error.

This commit is contained in:
Sagar Devkota
2025-09-30 11:46:17 +05:45
parent d0dbb2f0af
commit e9525aed1c
5 changed files with 36 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
ext.versions = [
androidGradlePlugin: '8.6.1',
compileSdk : 35,
minSdk : 24, // Also update 'platform/android/export/export_plugin.cpp#DEFAULT_MIN_SDK_VERSION'
minSdk : 21, // Also update 'platform/android/export/export_plugin.cpp#DEFAULT_MIN_SDK_VERSION'
targetSdk : 35, // Also update 'platform/android/export/export_plugin.cpp#DEFAULT_TARGET_SDK_VERSION'
buildTools : '35.0.0',
kotlinVersion : '2.1.20',