mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
- gradle updated to use Kotlin DSL - updated version of SDK and some dependencies - now when minimizing the client the sound stops playing in the background (thx @slenderzn) Co-authored-by: SlenderZN <62772580+slenderzn@users.noreply.github.com>
10 lines
361 B
Groovy
10 lines
361 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.12.3' apply false
|
|
id 'com.android.library' version '8.12.3' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
|
|
}
|
|
|
|
task clean(type: Delete) {
|
|
delete rootProject.buildDir
|
|
}
|