Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Fix crashes caused by missing support-vector-drawable library
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Apr 24, 2016
1 parent 6fd71a4 commit 6f0e26d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CacheCleaner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ android {
targetSdkVersion 23
versionCode = gitVersionCode
versionName = gitVersionName

vectorDrawables.useSupportLibrary = true
}

compileOptions {
Expand Down Expand Up @@ -58,6 +60,7 @@ dependencies {
compile('com.android.support:support-v4:23.3.0')
compile('com.android.support:appcompat-v7:23.3.0@aar')
compile('com.android.support:recyclerview-v7:23.3.0@aar')
compile('com.android.support:support-vector-drawable:23.3.0@aar')
}

if (project.hasProperty("CacheCleaner.signing") &&
Expand Down

0 comments on commit 6f0e26d

Please sign in to comment.