Skip to content

Commit

Permalink
Try to change build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev committed Apr 2, 2024
1 parent fbadeee commit d17c588
Show file tree
Hide file tree
Showing 5 changed files with 5,524 additions and 4,450 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

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

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.

6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.4"
kotlinCompilerExtensionVersion = "1.5.11"
}
packaging {
jniLibs.useLegacyPackaging = true
Expand Down Expand Up @@ -195,8 +195,8 @@ dependencies {
implementation(project(mapOf("path" to ":kotlinYtmusicScraper")))
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.7.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0")
debugImplementation("androidx.compose.ui:ui-tooling:1.6.3")
debugImplementation("androidx.compose.ui:ui-tooling-preview:1.6.3")
debugImplementation("androidx.compose.ui:ui-tooling:1.6.4")
debugImplementation("androidx.compose.ui:ui-tooling-preview:1.6.4")

//ExoPlayer
val media3_version = "1.3.0"
Expand Down
Loading

0 comments on commit d17c588

Please sign in to comment.