Update dependencies

This commit is contained in:
Emux
2017-05-30 13:35:48 +03:00
parent c14e93e25d
commit 45383397bc
11 changed files with 13 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ dependencies {
compile "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion"
compile "com.mobidevelop.robovm:robovm-rt:$roboVMVersion"
compile "com.mobidevelop.robovm:robovm-cocoatouch:$roboVMVersion"
compile 'org.slf4j:slf4j-simple:1.7.21'
compile "org.slf4j:slf4j-simple:$slf4jVersion"
}
task copyVtmResources(type: Copy) {