bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
733 stars 172 forks source link

App uses FFMpeg version used in older lib until uninstall app from device and then install new app version #162

Open bhuvnesh123 opened 3 years ago

bhuvnesh123 commented 3 years ago

I was using FFmpeg Android Java by WritingMinds and now I removed that lib and integrated your library in my project.But it still seems to use old version(3.3.2) of FFMpeg until i uninstall app from device and then install new app version.

Ideally when I removed previous lib and integrated your lib it should use FFmpeg version of your library only i.e. n4.0-39-gda39990 without me requiring to uninstall and then reinstall app

This happening in all the devices!

Even programmatically deleting cache data not resolving this issue!