isle-portable/android-project/build.gradle
Kylie C 44a6dae4cd script cleanups & gradle stub for android studio
handle the env var setting for the sdl3 aar build script
2025-08-12 20:34:48 -04:00

5 lines
130 B
Groovy

plugins {
id 'com.android.application' version '8.7.0' apply false
id 'com.android.library' version '8.7.0' apply false
}