a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
372 stars 117 forks source link

removed 'com.google.android.material:material:1.3.0' from gradle #41

Closed akashmi closed 3 years ago

akashmi commented 3 years ago

in this commit i have removed 'com.google.android.material' lib from build..gradle. as i seen it is not used anywhere and some time causing build issue as Android resource compile error. 'AAPT: error: duplicate value for resource 'attr/values' with config ''.'

a914-gowtham commented 3 years ago

Thanks for the contribution