zhouteng0217 / ShareExtend

调用系统分享的Flutter组件,支持分享文本,图片,视频和文件
MIT License
177 stars 54 forks source link

Flutter build apk => Execution failed for task ':share_extend:verifyReleaseResources' #70

Open alex2correia opened 2 months ago

alex2correia commented 2 months ago

flutter --version Flutter 3.24.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 4cf269e36d (5 days ago) • 2024-09-03 14:30:00 -0700 Engine • revision a6bd3f1de1 Tools • Dart 3.5.2 • DevTools 2.37.2

flutter build apk --release ...

FAILURE: Build failed with an exception.

lautarozanuttini commented 1 month ago

Hi if you keep with this error you must change in "C:... ...\AppData\Local\Pub\Cache\hosted\pub.dev\share_extend-2.0.0\android\build.gradle" in the line 25 compileSdkVersion from 29 to 31 and that fix the problem