Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 💪 Building with sound null safety 💪
- Running Gradle task 'assembleRelease'...
- Warning: The plugin flutter_secure_storage requires Android SDK version 32.
- For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
- Warning: The plugin path_provider_android requires Android SDK version 31.
- For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
- Warning: The plugin shared_preferences_android requires Android SDK version 31.
- For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
- Warning: The plugin smart_auth requires Android SDK version 31.
- For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
- One or more plugins require a higher Android SDK version.
- Fix this issue by adding the following to /home/runner/work/passwd/passwd/android/app/build.gradle:
- android {
- compileSdkVersion 32
- ...
- }
- Checking the license for package Android SDK Platform 29 in /tmp/Sdk/licenses
- License for package Android SDK Platform 29 accepted.
- Preparing "Install Android SDK Platform 29 (revision: 5)".
- "Install Android SDK Platform 29 (revision: 5)" ready.
- Installing Android SDK Platform 29 in /tmp/Sdk/platforms/android-29
- "Install Android SDK Platform 29 (revision: 5)" complete.
- "Install Android SDK Platform 29 (revision: 5)" finished.
- Checking the license for package Android SDK Platform 32 in /tmp/Sdk/licenses
- License for package Android SDK Platform 32 accepted.
- Preparing "Install Android SDK Platform 32 (revision: 1)".
- "Install Android SDK Platform 32 (revision: 1)" ready.
- Installing Android SDK Platform 32 in /tmp/Sdk/platforms/android-32
- "Install Android SDK Platform 32 (revision: 1)" complete.
- "Install Android SDK Platform 32 (revision: 1)" finished.
- Checking the license for package Android SDK Platform 31 in /tmp/Sdk/licenses
- License for package Android SDK Platform 31 accepted.
- Preparing "Install Android SDK Platform 31 (revision: 1)".
- "Install Android SDK Platform 31 (revision: 1)" ready.
- Installing Android SDK Platform 31 in /tmp/Sdk/platforms/android-31
- "Install Android SDK Platform 31 (revision: 1)" complete.
- "Install Android SDK Platform 31 (revision: 1)" finished.
- Checking the license for package Android SDK Platform 28 in /tmp/Sdk/licenses
- License for package Android SDK Platform 28 accepted.
- Preparing "Install Android SDK Platform 28 (revision: 6)".
- "Install Android SDK Platform 28 (revision: 6)" ready.
- Installing Android SDK Platform 28 in /tmp/Sdk/platforms/android-28
- "Install Android SDK Platform 28 (revision: 6)" complete.
- "Install Android SDK Platform 28 (revision: 6)" finished.
- Note: /tmp/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-5.1.2/android/src/main/java/com/it_nomads/fluttersecurestorage/ciphers/RSACipher18Implementation.java uses or overrides a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- Expected to find fonts for (packages/cupertino_icons/CupertinoIcons, MaterialIcons, packages/Ionicons/Ionicons, packages/flutter_feather_icons/FeatherIcons), but found (MaterialIcons, packages/cupertino_icons/CupertinoIcons, packages/flutter_feather_icons/FeatherIcons). This usually means you are referring to font families in an IconData class but not including them in the assets section of your pubspec.yaml, are missing the package that would include them, or are missing "uses-material-design: true".
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':app:checkReleaseAarMetadata'.
- > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction
- > One or more issues found when checking AAR metadata values:
- Dependency 'androidx.window:window-java:1.0.0-beta04' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- Dependency 'androidx.window:window:1.0.0-beta04' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- Dependency 'androidx.appcompat:appcompat:1.4.2' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- Dependency 'androidx.core:core-ktx:1.8.0' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- Dependency 'androidx.appcompat:appcompat-resources:1.4.2' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- Dependency 'androidx.emoji2:emoji2-views-helper:1.0.0' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- Dependency 'androidx.emoji2:emoji2:1.0.0' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- Dependency 'androidx.lifecycle:lifecycle-process:2.4.0' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- Dependency 'androidx.core:core:1.8.0' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- Dependency 'androidx.lifecycle:lifecycle-runtime:2.4.0' requires 'compileSdkVersion' to be set to 31 or higher.
- Compilation target for module ':app' is 'android-29'
- * Try:
- > Run with --stacktrace option to get the stack trace.
- > Run with --info or --debug option to get more log output.
- > Run with --scan to get full insights.
- * Get more help at https://help.gradle.org
- BUILD FAILED in 3m 46s
- Running Gradle task 'assembleRelease'... 227.5s
- Gradle task assembleRelease failed with exit code 1
- Error: Process completed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment