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
+7 -1
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"
}