Skip to content

Commit

Permalink
use published frozenlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Aug 7, 2023
1 parent 0c62c99 commit a690931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Dependencies
fabric_version=0.86.1+1.20.2
fabric_asm_version=v2.3
frozenlib_version=1.3.5-mc1.20.1
frozenlib_version=1.3.6-mc23w31a

# External Mods
betterend_version=3.1.2
Expand Down
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 a690931

Please sign in to comment.