This repository was archived by the owner on Aug 7, 2024. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ android {
53
53
dependencies {
54
54
// Core & runtime
55
55
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 '
58
58
implementation ' androidx.documentfile:documentfile:1.0.1'
59
59
implementation ' com.google.android.exoplayer:exoplayer:2.18.4'
60
60
61
61
// Compose
62
62
implementation ' androidx.activity:activity-compose:1.6.1'
63
63
implementation " androidx.compose.ui:ui:$compose_version "
64
64
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 '
66
66
implementation ' androidx.compose.material:material-icons-extended:1.3.1'
67
67
68
68
// Testing
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- compose_version = ' 1.4.0-beta02 '
3
+ compose_version = ' 1.4.0-rc01 '
4
4
}
5
5
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
6
6
plugins {
You can’t perform that action at this time.
0 commit comments