Vita3K_Vita3K/build.gradle
Macdu b4c1335422 build: Add Android version.
- PS button support added to the overlay controller, with improved default button positioning.

Co-authored-by: Zangetsu38 <dante38@free.fr>
2025-12-30 18:09:43 +01:00

9 lines
185 B
Groovy

plugins {
id 'com.android.application' version '8.13.0' apply false
id 'com.android.library' version '8.13.0' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}