We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01a13b commit 5357a4aCopy full SHA for 5357a4a
1 file changed
build.gradle
@@ -35,7 +35,7 @@ java{
35
}
36
37
ext{
38
- mindustryVersion = 'v155.4' //the build number that this mod is made for
+ mindustryVersion = 'v156' //the build number that this mod is made for
39
jabelVersion = "93fde537c7"
40
isWindows = System.getProperty("os.name").toLowerCase().contains("windows")
41
sdkRoot = System.getenv("ANDROID_HOME") ?: System.getenv("ANDROID_SDK_ROOT")
0 commit comments