sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 566 forks source link

Not able to build project if I used implementation instead of compile #308

Open Yellu opened 6 years ago

Yellu commented 6 years ago

This Library is not supporting implementation tag in gradle file, please update

sushinpv commented 6 years ago

You can just replace the compile with implementation. it will work

Yellu commented 6 years ago

I tried, but it giving so many errors in all the compressor files

sushinpv commented 6 years ago

Please paste your stacktrace. I was having the same issue and i solved it