Skip to content

Commit

Permalink
50% of work in LocalPlaylist
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev committed Sep 8, 2024
1 parent e754b39 commit 124e9d6
Show file tree
Hide file tree
Showing 25 changed files with 3,006 additions and 1,227 deletions.
24 changes: 24 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

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

7 changes: 4 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
defaultConfig {
applicationId = "com.maxrave.simpmusic"
minSdk = 26
targetSdk = 34
targetSdk = 35
versionCode = 20
versionName = "0.2.3-hf2"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -45,7 +45,7 @@ android {
"ja",
"b+zh+Hant+TW",
"uk",
"iw"
"iw",
)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -274,6 +274,7 @@ dependencies {

// Paging 3
implementation(libs.paging.runtime.ktx)
implementation(libs.paging.compose)

// Custom Activity On Crash
implementation(libs.customactivityoncrash)
Expand All @@ -298,7 +299,7 @@ dependencies {

coreLibraryDesugaring(libs.desugaring)

//Koin
// Koin
implementation(platform(libs.koin.bom))
implementation(libs.koin.core)
implementation(libs.koin.android)
Expand Down
Loading

0 comments on commit 124e9d6

Please sign in to comment.