Files
dusklight/platforms/android/build.gradle
T
CraftyBoss 417360b1ce building for android impl
currently builds a "Metaforce" apk, will need to change name of course. Running the apk using Android Studio's emulator can get in game, however running on a samsung phone does not seem to work.
2026-04-10 03:53:57 -07:00

4 lines
73 B
Groovy

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