otclient-redemption/android/build.gradle
SkullzOTS ceb2dd9699
improve: update android project
- 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>
2025-10-19 12:35:09 -03:00

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
}