Add consumer proguard rules for SQLCipher (#138)
* Add consumer proguard rules for SQLCipher * Add changelog * Explain why these rules are necessary Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Try to switch to a supported version of Compose Rules to avoid dependency issues --------- Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
bc011d0444
commit
e0bb1da258
5 changed files with 37 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ allprojects {
|
|||
config = files("$rootDir/tools/detekt/detekt.yml")
|
||||
}
|
||||
dependencies {
|
||||
detektPlugins("com.twitter.compose.rules:detekt:0.0.26")
|
||||
detektPlugins("io.nlopez.compose.rules:detekt:0.1.2")
|
||||
}
|
||||
|
||||
// KtLint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue