Skip to content

Commit

Permalink
actually this doesnt need local frozenlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed May 31, 2023
1 parent 950bb21 commit d3ddb5c
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 @@ -35,7 +35,7 @@ fun localRepository(repo: String, dependencySub: String, kotlin: Boolean) {

val github = System.getenv("GITHUB_ACTIONS") == "true"

val allowLocalRepoUse = true
val allowLocalRepoUse = false
val allowLocalRepoInConsoleMode = true

val androidInjectedInvokedFromIde by extra("android.injected.invoked.from.ide")
Expand Down

0 comments on commit d3ddb5c

Please sign in to comment.