Updated RoboVM
This commit is contained in:
@@ -16,7 +16,13 @@ buildscript{
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies{
|
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:packer:$arcHash"
|
||||||
classpath "com.github.Anuken.Arc:arc-core:$arcHash"
|
classpath "com.github.Anuken.Arc:arc-core:$arcHash"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ kapt.include.compile.classpath=false
|
|||||||
kotlin.stdlib.default.dependency=false
|
kotlin.stdlib.default.dependency=false
|
||||||
#needed for android compilation
|
#needed for android compilation
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
archash=45d20b5fc3edac3da0c2497f11ae30a0d10e7e20
|
archash=57b86e6bf0312aa8e8bc3b737c7d8f31fbe7a162
|
||||||
|
|||||||
Reference in New Issue
Block a user