Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 147b885

Browse files
author
Nick Rout
committed
Update AndroidX dependencies
1 parent df49c59 commit 147b885

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/java/com/google/android/material/composethemeadapter

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/com/google/android/material/composethemeadapter/dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ object Libs {
6565
const val test = "androidx.compose.ui:ui-test-junit4:${version}"
6666
}
6767

68-
const val appcompat = "androidx.appcompat:appcompat:1.5.0"
68+
const val appcompat = "androidx.appcompat:appcompat:1.5.1"
6969

70-
const val coreKtx = "androidx.core:core-ktx:1.8.0"
70+
const val coreKtx = "androidx.core:core-ktx:1.9.0"
7171

7272
object Activity {
7373
const val activityCompose = "androidx.activity:activity-compose:1.5.1"

0 commit comments

Comments
 (0)