srctree

Robin Linden parent 76bf3154 a8af9194
Drop gradle-versions-plugin in favour of the builtin checker

gradle-versions-plugin appears to no longer work, but that's finebecause whatever you get by default w/ the newer Android Studio andGradle seems to work well, even with the version catalog stuff we'reusing.

inlinesplit
build.gradle.kts added: 2, removed: 4, total 0
@@ -1,6 +1,5 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
alias(libs.plugins.versions)
alias(libs.plugins.kotlinAndroid) apply false
alias(libs.plugins.androidLibrary) apply false
alias(libs.plugins.androidApplication) apply false
 
gradle/libs.versions.toml added: 2, removed: 4, total 0
@@ -17,7 +17,6 @@ tox4j-android = "0.2.18"
tox4j-core = "0.2.3"
 
[plugins]
versions = "com.github.ben-manes.versions:0.47.0"
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlinKsp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
androidApplication = { id = "com.android.application", version.ref = "android-plugin" }