Skip to content

Commit 0492d6a

Browse files
authored
Upgrade deps (#246)
1 parent ffa1e5e commit 0492d6a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ dependencies {
8383
implementation "androidx.room:room-paging:2.5.1"
8484

8585
// LiveData
86-
implementation "androidx.compose.runtime:runtime-livedata:1.4.2"
86+
implementation "androidx.compose.runtime:runtime-livedata:1.4.3"
8787
implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.1"
8888

8989
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
9090
implementation 'androidx.appcompat:appcompat:1.6.1'
91-
implementation "androidx.compose.ui:ui:1.4.2"
92-
implementation "androidx.compose.material3:material3:1.0.1"
93-
implementation "androidx.compose.material:material-icons-extended:1.4.2"
94-
implementation "androidx.compose.material3:material3-window-size-class:1.0.1"
95-
implementation "androidx.compose.ui:ui-tooling:1.4.2"
96-
implementation "androidx.activity:activity-compose:1.7.1"
91+
implementation "androidx.compose.ui:ui:1.4.3"
92+
implementation "androidx.compose.material3:material3:1.1.0"
93+
implementation "androidx.compose.material:material-icons-extended:1.4.3"
94+
implementation "androidx.compose.material3:material3-window-size-class:1.1.0"
95+
implementation "androidx.compose.ui:ui-tooling:1.4.3"
96+
implementation "androidx.activity:activity-compose:1.7.2"
9797
implementation "com.louiscad.splitties:splitties-systemservices:3.0.0"
9898
implementation "com.louiscad.splitties:splitties-views:3.0.0"
9999
}

0 commit comments

Comments
 (0)