mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
7 lines
297 B
Groovy
7 lines
297 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '7.4.0' apply false
|
|
id 'com.android.library' version '7.4.0' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
|
|
}
|