add svg support to gradle

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/ea4b5ae4
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/ea4b5ae4
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/ea4b5ae4

Branch: refs/heads/master
Commit: ea4b5ae4973af08da2bb4c1434267f7016ba00e0
Parents: d21d49d
Author: Sagar <[email protected]>
Authored: Mon Jul 4 18:17:23 2016 +0530
Committer: Sagar <[email protected]>
Committed: Mon Jul 4 18:17:23 2016 +0530

----------------------------------------------------------------------
 app/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/ea4b5ae4/app/build.gradle
----------------------------------------------------------------------
diff --git a/app/build.gradle b/app/build.gradle
index ccdadf9..1b426de 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,6 +16,7 @@ android {
         targetSdkVersion 21
         versionCode 1
         versionName "1.0"
+        vectorDrawables.useSupportLibrary = true
     }
     buildTypes {
         release {

Reply via email to