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

@@ -3,6 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
dependencies {
compile project(':vtm')
compile 'com.caverock:androidsvg:1.2.2-beta-1'
}
android {