Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Use support library vector drawables
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Jul 27, 2018
1 parent 0389b72 commit 764fa3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Expand Up @@ -40,6 +40,8 @@ android {
versionCode Integer.parseInt(project.VERSION_CODE)
versionName project.VERSION_NAME

vectorDrawables.useSupportLibrary = true

manifestPlaceholders += [
fabricApiKey: secretsProps['fabricApiKey'].or(envVars['FABRIC_API_KEY']).string
]
Expand Down

0 comments on commit 764fa3e

Please sign in to comment.