1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Add configs to specify the min and target sdk versions.

This commit is contained in:
Fredia Huya-Kouadio
2021-12-07 14:38:33 -08:00
parent f1e3c87244
commit 2e7e6502dd
3 changed files with 64 additions and 7 deletions

View File

@@ -91,8 +91,8 @@ android {
applicationId getExportPackageName()
versionCode getExportVersionCode()
versionName getExportVersionName()
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
minSdkVersion getExportMinSdkVersion()
targetSdkVersion getExportTargetSdkVersion()
}
lintOptions {