Skip to content

Commit

Permalink
Bump dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jun 7, 2023
1 parent 05b20c1 commit 464f70f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@ android {

dependencies {
// Core
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.work:work-runtime-ktx:2.8.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.work:work-runtime-ktx:2.8.1'
implementation 'androidx.documentfile:documentfile:1.0.1'

// UI
implementation 'androidx.activity:activity-compose:1.6.1'
implementation 'androidx.activity:activity-compose:1.7.2'
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation "androidx.navigation:navigation-compose:2.5.3"

// Design libraries
implementation 'androidx.compose.material3:material3:1.1.0-alpha08'
implementation 'androidx.compose.material:material-icons-core:1.3.1'
implementation 'androidx.compose.material:material-icons-extended:1.3.1'
implementation 'androidx.compose.material3:material3:1.2.0-alpha02'
implementation 'androidx.compose.material:material-icons-core:1.4.3'
implementation 'androidx.compose.material:material-icons-extended:1.4.3'
implementation 'androidx.palette:palette:1.0.0'


Expand All @@ -88,14 +88,14 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'

// Coil
implementation 'io.coil-kt:coil-compose:2.2.2'
implementation 'io.coil-kt:coil-compose:2.4.0'

// Renderscript
implementation project(':renderscript-toolkit')

// Room
implementation 'androidx.room:room-runtime:2.5.0'
kapt "androidx.room:room-compiler:2.5.0"
implementation 'androidx.room:room-runtime:2.5.1'
kapt "androidx.room:room-compiler:2.5.1"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand All @@ -105,5 +105,5 @@ dependencies {
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"

// Desugaring
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
}
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-beta01'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down

0 comments on commit 464f70f

Please sign in to comment.