Render themes: SVG resources, closes #60

This commit is contained in:
Emux
2016-07-14 21:18:04 +03:00
parent 9b4cf470f9
commit fed2cd05e4
13 changed files with 244 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ dependencies {
compile project(':vtm-gdx')
compile project(':vtm-themes')
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'
}