WIP packr update

This commit is contained in:
Anuken
2021-06-04 17:32:53 -04:00
parent dd9ec950be
commit f9c48d0a02
4 changed files with 15 additions and 125 deletions

View File

@@ -13,11 +13,12 @@ buildscript{
google()
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven{ url 'https://jitpack.io' }
maven{ url "http://artifactory.nimblygames.com/artifactory/ng-public/" } //packr
}
dependencies{
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.11'
classpath "com.github.anuken:packr:-SNAPSHOT"
classpath "com.badlogicgames.packr:packr-all:4.0.0"
classpath "com.github.Anuken.Arc:packer:$arcHash"
classpath "com.github.Anuken.Arc:arc-core:$arcHash"
}