Add appcompat to resolve missing abc_* resources

This commit is contained in:
2025-12-02 19:30:15 +01:00
parent 3fb2c87816
commit a58aa7a79d

View File

@@ -16,6 +16,7 @@ configurations.all {
dependencies {
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.palette:palette:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.3.6'
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'