Finalized packr update

This commit is contained in:
Anuken
2021-06-04 20:19:11 -04:00
parent f9c48d0a02
commit 3e636cba6b
4 changed files with 39 additions and 42 deletions
-2
View File
@@ -13,12 +13,10 @@ 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.badlogicgames.packr:packr-all:4.0.0"
classpath "com.github.Anuken.Arc:packer:$arcHash"
classpath "com.github.Anuken.Arc:arc-core:$arcHash"
}