Updated version

This commit is contained in:
Anuken 2018-04-21 18:28:38 -04:00
parent 6e9d833c77
commit 496b4e77e8
2 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@ project(":core") {
apply plugin: "java" apply plugin: "java"
dependencies { dependencies {
boolean comp = false boolean comp = System.properties["release"] == null || System.properties["release"] == "false"
if(!comp){ if(!comp){
println("NOTICE: Compiling release build.") println("NOTICE: Compiling release build.")

View File

@ -1,7 +1,7 @@
#Autogenerated file. Do not modify. #Autogenerated file. Do not modify.
#Sat Apr 21 18:07:19 EDT 2018 #Sat Apr 21 18:17:02 EDT 2018
version=release version=release
androidBuildCode=529 androidBuildCode=531
name=Mindustry name=Mindustry
code=3.5 code=3.5
build=custom build build=38