endmr11 / ed_screen_recorder

Screen recorder plugin for Flutter. Supports IOS and Android devices.
MIT License
26 stars 34 forks source link

':ed_screen_recorder:verifyReleaseResources'. in Release mode solution #78

Open cateyelow opened 1 year ago

cateyelow commented 1 year ago

in package directory, android/build.gradle,

compileSdkVersion 31 -> compileSdkVersion 33

in my app directory, android/build.gradle,

minSdkVersion 24

endmr11 commented 1 year ago

Version 0.0.13 has been released. Could you please check again and report back to me?

cateyelow commented 1 year ago

I'll test it when I have time. thank you