mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 20:33:50 +07:00
Possible build error fix
This commit is contained in:
parent
850e1559bf
commit
859621d13d
@ -71,10 +71,14 @@ android {
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
storeFile file(RELEASE_STORE_FILE)
|
||||
storePassword RELEASE_STORE_PASSWORD
|
||||
keyAlias RELEASE_KEY_ALIAS
|
||||
keyPassword RELEASE_KEY_PASSWORD
|
||||
if(project.hasProperty("RELEASE_STORE_FILE")) {
|
||||
storeFile file(RELEASE_STORE_FILE)
|
||||
storePassword RELEASE_STORE_PASSWORD
|
||||
keyAlias RELEASE_KEY_ALIAS
|
||||
keyPassword RELEASE_KEY_PASSWORD
|
||||
}else{
|
||||
println("No keystore info property found!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#Autogenerated file. Do not modify.
|
||||
#Fri Feb 09 10:08:05 EST 2018
|
||||
#Fri Feb 09 10:13:43 EST 2018
|
||||
version=beta
|
||||
androidBuildCode=135
|
||||
androidBuildCode=142
|
||||
name=Mindustry
|
||||
code=3.3
|
||||
build=20
|
||||
build=custom build
|
||||
|
Loading…
Reference in New Issue
Block a user