Revert ktlint update, unrevert Gradle and PR build workflow reverts (#3681)

This commit is contained in:
arkon
2020-08-15 16:44:46 -04:00
committed by GitHub
parent c8c65ab7b1
commit 64bdfabbd8
95 changed files with 165 additions and 145 deletions

View File

@ -1,10 +1,10 @@
object Versions {
const val KTLINT = "0.37.2"
const val KTLINT = "0.36.0"
}
object BuildPluginsVersion {
const val AGP = "4.0.1"
const val KOTLIN = "1.3.72"
const val KTLINT_PLUGIN = "9.3.0"
const val KTLINT = "9.2.1"
const val VERSIONS_PLUGIN = "0.28.0"
}