mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 12:09:27 +02:00
8 lines
398 B
Properties
8 lines
398 B
Properties
# Filename of output file (dexify prepends 'dexed-') (people will hate you if it isn't .jar)
|
|
pArtifactFilename = UnitInfo.jar
|
|
# Group of project (should line up with dirs in src/)
|
|
pGroup = sharlotte
|
|
# Version of Mindustry to use (if not working, consult jitpack.io)
|
|
pMindustryVersion = v126.2
|
|
# Minimum API level for d8 (if you don't know what this is, leave it unless d8 yells at you)
|
|
pMinApi = 26 |