Skip to content

Commit

Permalink
build: update project script.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed May 26, 2024
1 parent 6f27aff commit e754c48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library"s dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
org.gradle.unsafe.configuration-cache=false
org.gradle.unsafe.configuration-cache=true
android.nonFinalResIds=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Disable build features that are enabled by default,
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://jitpack.io")
maven("https://plugins.gradle.org/m2/")
maven("https://androidx.dev/snapshots/builds/11670047/artifacts/repository/")
}
}
rootProject.name = "M3U"
Expand All @@ -33,4 +32,3 @@ include(":benchmark")
include(":i18n")
include(":ui")
include(":codec:lite", ":codec:rich")
include(":features:playlist-configuration")

0 comments on commit e754c48

Please sign in to comment.