We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6387328 commit 91474b6Copy full SHA for 91474b6
1 file changed
build.gradle
@@ -17,9 +17,8 @@ java{
17
18
ext{
19
//the build number that this mod is made for
20
- mindustryVersion = 'v154.2'
+ mindustryVersion = 'v155.4'
21
jabelVersion = "93fde537c7"
22
- //windows sucks
23
isWindows = System.getProperty("os.name").toLowerCase().contains("windows")
24
sdkRoot = System.getenv("ANDROID_HOME") ?: System.getenv("ANDROID_SDK_ROOT")
25
}
0 commit comments