mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 03:11:57 +01:00
Fix Kotlinter name typo
This commit is contained in:
parent
4f2da9a78f
commit
b20bced3ca
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ plugins {
|
|||
id("com.android.application") version BuildPluginsVersion.AGP apply false
|
||||
id("com.android.library") version BuildPluginsVersion.AGP apply false
|
||||
kotlin("android") version BuildPluginsVersion.KOTLIN apply false
|
||||
id("org.jmailen.kotlinter") version BuildPluginsVersion.KOLINTER
|
||||
id("org.jmailen.kotlinter") version BuildPluginsVersion.KOTLINTER
|
||||
id("com.github.ben-manes.versions") version BuildPluginsVersion.VERSIONS_PLUGIN
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
object BuildPluginsVersion {
|
||||
const val AGP = "4.0.1"
|
||||
const val KOTLIN = "1.4.10"
|
||||
const val KOLINTER = "3.0.2"
|
||||
const val KOTLINTER = "3.0.2"
|
||||
const val VERSIONS_PLUGIN = "0.28.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue