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

Commit 9ac0e84

Browse files
committedMar 18, 2023
Bump dependencies
1 parent 1ff021b commit 9ac0e84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ android {
5353
dependencies {
5454
// Core & runtime
5555
implementation 'androidx.core:core-ktx:1.9.0'
56-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
57-
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'
56+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.0'
57+
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0'
5858
implementation 'androidx.documentfile:documentfile:1.0.1'
5959
implementation 'com.google.android.exoplayer:exoplayer:2.18.4'
6060

6161
// Compose
6262
implementation 'androidx.activity:activity-compose:1.6.1'
6363
implementation "androidx.compose.ui:ui:$compose_version"
6464
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
65-
implementation 'androidx.compose.material3:material3:1.1.0-alpha07'
65+
implementation 'androidx.compose.material3:material3:1.1.0-alpha08'
6666
implementation 'androidx.compose.material:material-icons-extended:1.3.1'
6767

6868
// Testing

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
compose_version = '1.4.0-beta02'
3+
compose_version = '1.4.0-rc01'
44
}
55
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
plugins {

0 commit comments

Comments
 (0)
This repository has been archived.