Lacerta/build.gradle

6 lines
296 B
Groovy
Raw Normal View History

2023-12-07 01:36:00 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2023-12-07 01:40:08 +00:00
id 'com.android.application' version '8.0.2' apply false
id 'com.google.dagger.hilt.android' version '2.44' apply false
2023-12-07 03:08:51 +00:00
id 'com.android.library' version '8.0.2' apply false
2023-12-07 01:36:00 +00:00
}