-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to build app on release mode but working on Debug mode.Please anyone solve this issue for me. I have been trying to solve this issue for one week but didn't find any solution #169
Comments
Go to /Users/YOUR_NAME/.pub-cache/hosted/pub.dev/pusher_channels_flutter-2.2.1/android/build.gradle. In the build.gradle upgrade compileSdkVersion to 34 |
CompileSdkVersion is already 34 plugins{ def localProperties = new Properties() def flutterVersionCode = localProperties.getProperty("flutter.versionCode") def flutterVersionName = localProperties.getProperty("flutter.versionName") android {
// composeOptions {
} flutter { |
@Rishav8088 Not your project compileSDK. Pusher library compileSDK should be 34. Right now its 31 |
Woww It worked . Thank you @Hassan6197 brother for your help. |
This solution works but can they just fix it in the package, because it might fail in CI/CD |
FAILURE: Build failed with an exception.
Execution failed for task ':pusher_channels_flutter:verifyReleaseResources'.
The text was updated successfully, but these errors were encountered: