Files
Android/build-logic/plugins/build.gradle
Greyson Parrelli 21deb6803c Delete the buildSrc directory.
Moved all of the stuff we were using it for into build-logic.
2023-03-03 10:40:55 -05:00

9 lines
180 B
Groovy

plugins {
id "groovy-gradle-plugin"
}
dependencies {
implementation libs.android.library
implementation libs.android.application
implementation project(':tools')
}