mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 04:49:33 +02:00
Update top level project build scripts
This commit is contained in:
1
buildSrc/.gitignore
vendored
Normal file
1
buildSrc/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/build
|
6
buildSrc/build.gradle.kts
Normal file
6
buildSrc/build.gradle.kts
Normal file
@@ -0,0 +1,6 @@
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
10
buildSrc/src/main/kotlin/Dependencies.kt
Normal file
10
buildSrc/src/main/kotlin/Dependencies.kt
Normal file
@@ -0,0 +1,10 @@
|
||||
object Versions {
|
||||
const val KTLINT = "0.36.0"
|
||||
}
|
||||
|
||||
object BuildPluginsVersion {
|
||||
const val AGP = "3.6.3"
|
||||
const val KOTLIN = "1.3.72"
|
||||
const val KTLINT = "9.2.1"
|
||||
const val VERSIONS_PLUGIN = "0.28.0"
|
||||
}
|
Reference in New Issue
Block a user