Skip to content

Commit 91474b6

Browse files
authored
Update build.gradle
1 parent 6387328 commit 91474b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ java{
1717

1818
ext{
1919
//the build number that this mod is made for
20-
mindustryVersion = 'v154.2'
20+
mindustryVersion = 'v155.4'
2121
jabelVersion = "93fde537c7"
22-
//windows sucks
2322
isWindows = System.getProperty("os.name").toLowerCase().contains("windows")
2423
sdkRoot = System.getenv("ANDROID_HOME") ?: System.getenv("ANDROID_SDK_ROOT")
2524
}

0 commit comments

Comments
 (0)