mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 08:57:45 +07:00
Updated version
This commit is contained in:
parent
6e9d833c77
commit
496b4e77e8
@ -107,7 +107,7 @@ project(":core") {
|
||||
apply plugin: "java"
|
||||
|
||||
dependencies {
|
||||
boolean comp = false
|
||||
boolean comp = System.properties["release"] == null || System.properties["release"] == "false"
|
||||
|
||||
if(!comp){
|
||||
println("NOTICE: Compiling release build.")
|
||||
|
@ -1,7 +1,7 @@
|
||||
#Autogenerated file. Do not modify.
|
||||
#Sat Apr 21 18:07:19 EDT 2018
|
||||
#Sat Apr 21 18:17:02 EDT 2018
|
||||
version=release
|
||||
androidBuildCode=529
|
||||
androidBuildCode=531
|
||||
name=Mindustry
|
||||
code=3.5
|
||||
build=custom build
|
||||
build=38
|
||||
|
Loading…
Reference in New Issue
Block a user