Skip to content

Commit

Permalink
Bump mindustry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mars committed May 27, 2023
1 parent ddfd3bf commit 0bd676f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories{

ext{
//the build number that this mod is made for
mindustryVersion = 'v143'
mindustryVersion = 'v144.3'
jabelVersion = "93fde537c7"
sdkRoot = System.getenv("ANDROID_HOME") ?: System.getenv("ANDROID_SDK_ROOT")
}
Expand All @@ -28,7 +28,7 @@ allprojects{

dependencies{
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"
compileOnly "com.github.Anuken.mindustryjitpack:core:$mindustryVersion"

annotationProcessor "com.github.Anuken:jabel:$jabelVersion"
}
Expand Down

0 comments on commit 0bd676f

Please sign in to comment.