mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-22 21:57:58 +07:00
Update settings.gradle
This commit is contained in:
@ -20,7 +20,7 @@ if(System.getenv("JITPACK") == "true") hasSdk = false
|
|||||||
if(hasSdk){
|
if(hasSdk){
|
||||||
include 'android'
|
include 'android'
|
||||||
}else{
|
}else{
|
||||||
println("No local.properties found. Not loading Android module.")
|
println("No Android SDK found. Skipping Android module.")
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!hasProperty("release")){
|
if(!hasProperty("release")){
|
||||||
|
Reference in New Issue
Block a user