fix(deps): update dependency androidx.appcompat:appcompat to v1.7.0-alpha03

This commit is contained in:
Renovate Bot 2024-03-14 14:46:27 +00:00
parent 7ce44173e8
commit 2341596de4

View File

@ -31,7 +31,7 @@ kotlin {
val androidMain by getting {
dependencies {
api("androidx.activity:activity-compose:1.8.0")
api("androidx.appcompat:appcompat:1.6.1")
api("androidx.appcompat:appcompat:1.7.0-alpha03")
api("androidx.core:core-ktx:1.12.0")
}
}