vtm-android & vtm-android-gdx commons, closes #97

This commit is contained in:
Emux
2016-07-26 19:16:53 +03:00
parent 6f0a008ffd
commit 77cf4e7b8f
16 changed files with 3 additions and 520 deletions

View File

@@ -2,9 +2,9 @@ apply plugin: 'com.android.application'
apply plugin: 'com.github.dcendents.android-maven'
dependencies {
compile project(':vtm-android')
compile project(':vtm-gdx')
compile "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion"
compile 'com.caverock:androidsvg:1.2.2-beta-1'
compile 'com.noveogroup.android:android-logger:1.3.6'
}