Skip to content

Commit

Permalink
Change to use local Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwester-zielinski committed Aug 1, 2024
1 parent 6960dde commit 30fddeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencyResolutionManagement {
val externalLibs by creating {
// Switch after adding secrets to repo.
// from("com.arithings.mobile:version-catalog:1.0.5")
from("gradle/libs.versions.toml")
from(files("gradle/libs.versions.toml"))
}
}

Expand Down

0 comments on commit 30fddeb

Please sign in to comment.