mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 04:13:44 +07:00
It's not even pre-alpha yet
This commit is contained in:
parent
28b235ef07
commit
fa99a9b335
@ -36,7 +36,7 @@ allprojects{
|
||||
|
||||
ext{
|
||||
versionNumber = '7'
|
||||
if(!project.hasProperty("versionModifier")) versionModifier = 'pre-alpha'
|
||||
if(!project.hasProperty("versionModifier")) versionModifier = 'dev'
|
||||
if(!project.hasProperty("versionType")) versionType = 'official'
|
||||
appName = 'Mindustry'
|
||||
steamworksVersion = '0b86023401880bb5e586bc404bedbaae9b1f1c94'
|
||||
|
@ -8,4 +8,4 @@ kapt.use.worker.api=true
|
||||
kapt.include.compile.classpath=false
|
||||
# I don't need to use the kotlin stdlib yet, so remove it to prevent extra bloat & method count issues
|
||||
kotlin.stdlib.default.dependency=false
|
||||
archash=5364d0187882a5e2f09850fe2505608dd7cf93f3
|
||||
archash=4db7abe679c53dbcef400b65da75247ffa6334d3
|
||||
|
Loading…
Reference in New Issue
Block a user