mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 17:24:24 +07:00
a999ba8f28
* Gradle 8.2->8.7, AGP 8.2.2->8.5.0 * *Conditionally* add android project only if ANDROID_HOME is set
3 lines
108 B
Plaintext
3 lines
108 B
Plaintext
include("desktop", "core", "tests", "server")
|
|
if (System.getenv("ANDROID_HOME") != null) include("android")
|