mirror of
https://github.com/Kurocon/projectivy-booru-wallpaper-provider.git
synced 2025-09-06 01:06:42 +02:00
7 lines
343 B
Kotlin
7 lines
343 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id("com.android.application") version "8.12.2" apply false
|
|
id("com.android.library") version "8.12.2" apply false
|
|
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
|
|
}
|
|
val defaultTargetSdkVersion by extra(36)
|