fix(rtl): update appcompat to 1.7.0-alpha03

This commit is contained in:
junkfood 2024-03-06 00:49:00 +08:00
parent 0426b0bd43
commit acef782dcf
No known key found for this signature in database
GPG Key ID: 2EA5B648DB112A34

View File

@ -206,7 +206,7 @@ dependencies {
// android
implementation "androidx.core:core-ktx:1.12.0"
implementation "androidx.activity:activity-compose:1.8.2"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0-alpha03'
testImplementation "junit:junit:4.13.2"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"