Skip to content

Commit

Permalink
Implementing notification for new releases of followed artists
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev committed Mar 14, 2024
1 parent cfcf08e commit 8fb5512
Show file tree
Hide file tree
Showing 20 changed files with 3,418 additions and 1,808 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")

val work_version = "2.9.0"
implementation("androidx.work:work-runtime-ktx:$work_version")
androidTestImplementation("androidx.work:work-testing:$work_version")

//material design3
implementation("com.google.android.material:material:1.11.0")
//runtime
Expand Down Expand Up @@ -246,6 +251,8 @@ dependencies {
implementation("androidx.fragment:fragment-ktx:1.6.2")
//Hilt
implementation("com.google.dagger:hilt-android:2.50")
implementation("androidx.hilt:hilt-work:1.2.0")
ksp("androidx.hilt:hilt-compiler:1.2.0")
ksp("com.google.dagger:hilt-compiler:2.50")
ksp("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.8.0")
//DataStore
Expand Down
Loading

0 comments on commit 8fb5512

Please sign in to comment.