Update AppCompat to newest version

This commit is contained in:
Niko Diamadis
2022-10-22 18:56:12 +02:00
committed by Jannis Mattheis
parent 2208e7b3cc
commit 74c91bdfd4

View File

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