mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-03-26 17:00:59 -07:00
6 lines
232 B
Groovy
6 lines
232 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.13.1' apply false
|
|
id 'com.android.library' version '8.13.1' apply false
|
|
}
|