add formatting plugin

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-04-17 11:12:05 +02:00
parent 9e81585872
commit c732c7046a
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -172,6 +172,8 @@ configurations.all {
}
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.20.0")
implementation fileTree(include: ['*'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0'