Files
AlphaUnit/Sorce/build.gradle

5 lines
229 B
Groovy
Raw Normal View History

2024-12-13 00:04:15 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2024-12-13 09:04:22 -08:00
id 'com.android.application' version '8.2.1' apply false
id 'com.android.library' version '8.2.1' apply false
2024-12-13 00:04:15 +00:00
}