Downgrade appcompat (breaks build)

This commit is contained in:
Jannis Mattheis
2022-01-09 14:40:57 +01:00
parent d687fff881
commit 22b71ad4e5

View File

@@ -50,7 +50,7 @@ if (project.hasProperty('sign')) {
dependencies {
implementation project(':client')
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'