thumb-key/build.gradle
renovate[bot] 635f42b714
Update plugin com.android.library to v8.4.1 (#908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-21 09:57:54 -04:00

20 lines
607 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
}
plugins {
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
id 'org.jmailen.kotlinter' version "4.3.0" apply false
id 'com.google.devtools.ksp' version "1.9.24-1.0.20" apply false
}
subprojects {
apply plugin: "org.jmailen.kotlinter" // Version should be inherited from parent
}