mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-01-09 06:34:07 +08:00
- PS button support added to the overlay controller, with improved default button positioning. Co-authored-by: Zangetsu38 <dante38@free.fr>
9 lines
185 B
Groovy
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
|
|
}
|