Files
grim/android/build.gradle
T
2025-05-27 21:01:00 +03:00

5 lines
231 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.10.0' apply false
id 'com.android.library' version '8.10.0' apply false
}