Upgrade appcompat dependency to 1.5.1

This commit is contained in:
Ryan Harg 2022-12-07 12:17:47 +01:00
parent 82d0dd544d
commit 8555148335
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
implementation("androidx.appcompat:appcompat:1.4.2")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.core:core-ktx:1.8.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
implementation("androidx.coordinatorlayout:coordinatorlayout:1.2.0")