mirror of
https://github.com/Michatec/Radio.git
synced 2026-01-30 23:17:21 +00:00
- Update the libary gson. - Deleted some unuseful Code. - added some locals to locales config.
11 lines
367 B
Groovy
11 lines
367 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.6.1' apply false
|
|
id 'com.android.library' version '8.6.1' apply false
|
|
id 'org.jetbrains.kotlin.android' version "2.1.0" apply false
|
|
}
|
|
|
|
tasks.register('clean', Delete) {
|
|
delete rootProject.buildDir()
|
|
} |