chore(deps): update android.plugin to v8.1.0 (#447)
* chore(deps): update android.plugin to v8.1.0 * fix: configure android plugins --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jarnedemeulemeester <jarnedemeulemeester@gmail.com>
This commit is contained in:
parent
a5db588c17
commit
c03c54c6ce
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ allprojects {
|
|||
}
|
||||
|
||||
val configureAndroid = { _: AppliedPlugin ->
|
||||
extensions.configure<CommonExtension<*, *, *, *>>("android") {
|
||||
extensions.configure<CommonExtension<*, *, *, *, *>>("android") {
|
||||
lint {
|
||||
informational += "MissingTranslation"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[versions]
|
||||
aboutlibraries = "10.8.3"
|
||||
android-plugin = "8.0.2"
|
||||
android-plugin = "8.1.0"
|
||||
androidx-activity = "1.7.2"
|
||||
androidx-appcompat = "1.6.1"
|
||||
androidx-constraintlayout = "2.1.4"
|
||||
|
|
Loading…
Reference in a new issue