Skip to content

Commit 707de78

Browse files
Update libraries.
1 parent 2e43a9d commit 707de78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ android {
3838
dependencies {
3939
implementation fileTree(dir: "libs", include: ["*.jar"])
4040
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
41-
implementation 'androidx.appcompat:appcompat:1.5.0'
41+
implementation 'androidx.appcompat:appcompat:1.5.1'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
43-
implementation 'androidx.core:core-ktx:1.8.0'
43+
implementation 'androidx.core:core-ktx:1.9.0'
4444
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
4545
implementation 'com.google.android.material:material:1.6.1'
4646
}

0 commit comments

Comments
 (0)