ASDV-Android/Assignments/GeoQuiz/build.gradle

5 lines
245 B
Groovy
Raw Normal View History

2024-01-23 15:47:19 -06:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.0-alpha11' apply false
id 'com.android.library' version '8.0.0-alpha11' apply false
}