1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-11 08:15:35 +03:00

Updated RoboVM

This commit is contained in:
Anuken 2021-06-25 11:56:28 -04:00
parent 0ffe2ed51a
commit 5e3e07f002
2 changed files with 8 additions and 2 deletions

View File

@ -16,7 +16,13 @@ buildscript{
}
dependencies{
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.11'
//use local, patched robovm gradle plugin if possible
if(file("robovm-gradle-plugin.jar").exists()){
classpath files("robovm-gradle-plugin.jar")
}else{
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.13'
}
classpath "com.github.Anuken.Arc:packer:$arcHash"
classpath "com.github.Anuken.Arc:arc-core:$arcHash"
}

View File

@ -10,4 +10,4 @@ kapt.include.compile.classpath=false
kotlin.stdlib.default.dependency=false
#needed for android compilation
android.useAndroidX=true
archash=45d20b5fc3edac3da0c2497f11ae30a0d10e7e20
archash=57b86e6bf0312aa8e8bc3b737c7d8f31fbe7a162