paparazzi-tests: workaround incompatible Compose Compiler dependency

This commit is contained in:
Harsh Shandilya 2022-07-09 17:16:53 +05:30
parent aa1f4cb827
commit f86714ced3
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 16 additions and 0 deletions

10
.github/renovate.json vendored
View file

@ -27,6 +27,16 @@
],
"datasourceTemplate": "maven",
"depNameTemplate": "com.facebook:ktfmt"
},
{
"fileMatch": [
".toml$"
],
"matchStrings": [
"composeCompiler = \"(?<currentValue>.*)\""
],
"datasourceTemplate": "maven",
"depNameTemplate": "androidx.compose.compiler:compiler"
}
]
}