diff --git a/gradle.properties b/gradle.properties index 96ff22fd..2038f913 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ modArtifact = MeepscCont # EntityAnno version, for integrating syntax-downgrader and entity annotation processor. # The exact version you need should be looked up on the project's `README.md` # (see https://github.com/GlennFolker/EntityAnno?tab=readme-ov-file#version-compatibility). -entVersion = v146.0.3 +entVersion = v146.0.7 # Set to `true` if the mod is compiled against Mindustry bleeding-edge build. # See documents on `mindustryVersion` and `mindustryBEVersion`. mindustryBE = false @@ -26,7 +26,7 @@ mindustryBEVersion = # Arc version, should either follow `mindustryVersion` for release or whatever hash bleeding-edge Mindustry uses. arcVersion = v146 # My black holes library. Just use the latest release. -bhLibraryVersion = 14 +bhLibraryVersion = 15 ##### Android SDK configuration for building Android artifacts. # Android platform SDK version.