Configure the splash screen for the Android editor

This commit is contained in:
Fredia Huya-Kouadio
2024-06-09 09:22:45 -07:00
parent 5833f59786
commit dd966f5680
11 changed files with 92 additions and 32 deletions

View File

@@ -11,7 +11,8 @@ ext.versions = [
nexusPublishVersion: '1.3.0',
javaVersion : JavaVersion.VERSION_17,
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
ndkVersion : '23.2.8568313'
ndkVersion : '23.2.8568313',
splashscreenVersion: '1.0.1'
]