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

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed May 24, 2023
1 parent 35f764e commit 30f44fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ android {

dependencies {
// Core & runtime
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'com.google.android.exoplayer:exoplayer:2.18.4'
implementation 'com.google.android.exoplayer:exoplayer:2.18.7'

// Compose
implementation 'androidx.activity:activity-compose:1.6.1'
implementation 'androidx.activity:activity-compose:1.7.1'
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation 'androidx.compose.material3:material3:1.1.0-alpha08'
implementation 'androidx.compose.material:material-icons-extended:1.3.1'
implementation 'androidx.compose.material3:material3:1.2.0-alpha01'
implementation 'androidx.compose.material:material-icons-extended:1.4.3'

// Testing
testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
compose_version = '1.4.0-rc01'
compose_version = '1.5.0-alpha04'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down

0 comments on commit 30f44fe

Please sign in to comment.