Replaced 'fun getLifecycle' with 'val lifecycle'

This commit is contained in:
KirillKhoroshkov 2023-12-27 21:10:17 +03:00
parent ee44d8aa89
commit b0c818aadd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ dependencies {
constraints {
implementation("androidx.appcompat:appcompat") {
version {
require '2.6.0'
require '1.7.0-alpha03'
}
}
}