fossasia / loklak_wok_android

"loklak wok" is a harvesting peer for the loklak_server https://github.com/fossasia/loklak_wok_android/raw/apk/loklak_wok_1.2_20160201.apk
GNU Lesser General Public License v2.1
1.55k stars 89 forks source link

Fixes #93: Use Vector Support Libraries #96

Closed brijeshshah13 closed 6 years ago

brijeshshah13 commented 6 years ago

Configured the app to use vector support libraries by adding the vectorDrawables element to the build.gradle file in the app module.

codecov[bot] commented 6 years ago

Codecov Report

Merging #96 into master will increase coverage by 11.38%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #96       +/-   ##
===========================================
+ Coverage       0%   11.38%   +11.38%     
===========================================
  Files          46       46               
  Lines        1669     1669               
  Branches      110      110               
===========================================
+ Hits            0      190      +190     
+ Misses       1669     1454      -215     
- Partials        0       25       +25
Impacted Files Coverage Δ
...oklak/wok/api/twitter/TwitterOAuthInterceptor.java 76.92% <0%> (+76.92%) :arrow_up:
...ava/org/loklak/wok/api/twitter/UrlEscapeUtils.java 78.57% <0%> (+78.57%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a127164...e6e4b0a. Read the comment docs.

singhpratyush commented 6 years ago

@brijeshshah13: Please squash the commits. See this for help.

brijeshshah13 commented 6 years ago

@singhpratyush Good to go.