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

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
Signed-off-by: iTaysonLab <[email protected]>
  • Loading branch information
iTaysonLab committed Oct 21, 2022
1 parent dc051fd commit d6407bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.4.0"

// AndroidX
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.2.0"
implementation "androidx.core:core-ktx:1.9.0"
implementation "androidx.palette:palette-ktx:1.0.0"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"

// Compose
implementation "androidx.navigation:navigation-compose:2.5.2"
implementation "androidx.activity:activity-compose:1.5.1"
implementation "androidx.activity:activity-compose:1.6.0"
implementation "androidx.compose.material:material:$compose_version"
implementation "androidx.compose.material3:material3:$compose_m3_version"
implementation "androidx.compose.material:material-icons-extended:$compose_version"
Expand Down Expand Up @@ -137,7 +137,7 @@ dependencies {
// Data - SQL
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-paging:2.5.0-alpha03"
implementation "androidx.room:room-paging:$room_version"
kapt "androidx.room:room-compiler:$room_version"

// Data - Proto
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ buildscript {
version_code = 13
version_name = "poc_v13"

compose_version = "1.3.0-beta03"
compose_m3_version = "1.0.0-beta03"
compose_version = "1.3.0-rc01"
compose_m3_version = "1.0.0-rc01"
compose_compiler_version = "1.3.1"

media2_version = "1.2.1"
accompanist_version = "0.26.2-beta"
room_version = "2.5.0-alpha03"
accompanist_version = "0.26.5-rc"
room_version = "2.5.0-beta01"

librespot_commit = "e95c4f0529"
hilt_version = "2.43.2"
}
}

plugins {
id "com.android.application" version '7.3.0' apply false
id "com.android.library" version '7.3.0' apply false
id "com.android.application" version '7.3.1' apply false
id "com.android.library" version '7.3.1' apply false
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
id "com.google.dagger.hilt.android" version "$hilt_version" apply false
}
Expand Down

0 comments on commit d6407bd

Please sign in to comment.