Skip to content

Instantly share code, notes, and snippets.

@KevinColemanInc
Last active December 3, 2022 17:24
Show Gist options
  • Save KevinColemanInc/990ab06d9b464ffb37151c8bf7715c15 to your computer and use it in GitHub Desktop.
Save KevinColemanInc/990ab06d9b464ffb37151c8bf7715c15 to your computer and use it in GitHub Desktop.
rm -rf ./android/app/build/
rm -rf ./android/app/bin/build
rm -rf ./android/app/src/main/res/drawable-*
rm -rf ./android/app/src/main/res/raw
rm -rf ./android/app/src/main/res/drawable-*
rm -rf ./android/app/src/main/assets/fonts/**
if COUNTRY=vn bundle exec fastlane android beta; then \
echo "Vietnam successful"; \
else \
say "failed vietnam ios beta"; \
exit 1; \
fi
+-------------------------+---------+--------------------------+
| Used plugins |
+-------------------------+---------+--------------------------+
| Plugin | Version | Action |
+-------------------------+---------+--------------------------+
| fastlane-plugin-appicon | 0.16.0 | android_appicon, appicon |
+-------------------------+---------+--------------------------+
[09:18:59]: Driving the lane 'android beta' 🚀
[09:18:59]: Action 'sync_code_signing' isn't known to support operating system 'android'.
[09:19:00]: -------------------------------
[09:19:00]: --- Step: sync_code_signing ---
[09:19:00]: -------------------------------
[09:19:00]: Successfully loaded '/Users/kevin/projects/avo-native/fastlane/Matchfile' 📄
+----------+-----------------------------------------------------+
| Detected Values from './fastlane/Matchfile' |
+----------+-----------------------------------------------------+
| git_url | git@github.com:KevinColemanInc/avo-certificates.git |
| type | appstore |
| username | dev@avodating.com |
+----------+-----------------------------------------------------+
+----------------------------------------+--------------------------------------------------------------+
| Summary for match 2.211.0 |
+----------------------------------------+--------------------------------------------------------------+
| type | appstore |
| app_identifier | ["com.avodating.avovietnam", "com.avodating.avophilippines"] |
| readonly | false |
| generate_apple_certs | true |
| skip_provisioning_profiles | false |
| username | dev@avodating.com |
| storage_mode | git |
| git_url | git@github.com:KevinColemanInc/avo-certificates.git |
| git_branch | master |
| shallow_clone | false |
| clone_branch_directly | false |
| skip_google_cloud_account_confirmation | false |
| keychain_name | login.keychain |
| force | false |
| force_for_new_devices | false |
| include_mac_in_profiles | false |
| include_all_certificates | false |
| force_for_new_certificates | false |
| skip_confirmation | false |
| safe_remove_certs | false |
| skip_docs | false |
| platform | ios |
| derive_catalyst_app_identifier | false |
| fail_on_name_taken | false |
| skip_certificate_matching | false |
| skip_set_partition_list | false |
| verbose | false |
+----------------------------------------+--------------------------------------------------------------+
[09:19:00]: Cloning remote git repo...
[09:19:00]: If cloning the repo takes too long, you can use the `clone_branch_directly` option in match.
[09:19:01]: Checking out branch master...
[09:19:01]: 🔓 Successfully decrypted certificates repo
[09:19:01]: Verifying that the certificate and profile are still valid on the Dev Portal...
Available session is not valid any more. Continuing with normal login.
[09:19:03]: Installing certificate...
[09:19:03]: $ security find-certificate -a -c 'Apple Worldwide Developer Rela
[09:19:03]: ▸ zSID62dDZchF
[09:19:03]: ▸ -----END CERTIFICATE-----
+-------------------+-------------------------------------------------+
| Installed Certificate |
+-------------------+-------------------------------------------------+
| User ID | XJ3QR583KY |
| Common Name | Apple Distribution: Avo Dating LLC (XJ3QR583KY) |
| Organisation Unit | XJ3QR583KY |
| Organisation | Avo Dating LLC |
| Country | US |
| Start Datetime | 2022-11-17 17:07:08 UTC |
| End Datetime | 2023-11-17 17:07:07 UTC |
+-------------------+-------------------------------------------------+
[09:19:04]: Installing provisioning profile...
[09:19:04]: Installing provisioning profile...
+---------------------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
| Installed Provisioning Profile |
+---------------------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
| Parameter | Environment Variable | Value |
+---------------------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
| App Identifier | | com.avodating.avovietnam |
| Type | | appstore |
| Platform | | ios |
| Profile UUID | sigh_com.avodating.avovietnam_appstore | be73a1c3-caa2-4c33-9d78-d39e4d1c5468 |
| Profile Name | sigh_com.avodating.avovietnam_appstore_profile-name | match AppStore com.avodating.avovietnam |
| Profile Path | sigh_com.avodating.avovietnam_appstore_profile-path | /Users/kevin/Library/MobileDevice/Provisioning Profiles/be73a1c3-caa2-4c33-9d78-d39e4d1c5468.mobileprovision |
| Development Team ID | sigh_com.avodating.avovietnam_appstore_team-id | XJ3QR583KY |
| Certificate Name | sigh_com.avodating.avovietnam_appstore_certificate-name | Apple Distribution: Avo Dating LLC (XJ3QR583KY) |
+---------------------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
+---------------------+-------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
| Installed Provisioning Profile |
+---------------------+-------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
| Parameter | Environment Variable | Value |
+---------------------+-------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
| App Identifier | | com.avodating.avophilippines |
| Type | | appstore |
| Platform | | ios |
| Profile UUID | sigh_com.avodating.avophilippines_appstore | ef713bed-00ff-4fd1-9aee-4e646df5e44b |
| Profile Name | sigh_com.avodating.avophilippines_appstore_profile-name | match AppStore com.avodating.avophilippines |
| Profile Path | sigh_com.avodating.avophilippines_appstore_profile-path | /Users/kevin/Library/MobileDevice/Provisioning Profiles/ef713bed-00ff-4fd1-9aee-4e646df5e44b.mobileprovision |
| Development Team ID | sigh_com.avodating.avophilippines_appstore_team-id | XJ3QR583KY |
| Certificate Name | sigh_com.avodating.avophilippines_appstore_certificate-name | Apple Distribution: Avo Dating LLC (XJ3QR583KY) |
+---------------------+-------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
[09:19:05]: All required keys, certificates and provisioning profiles are installed 🙌
[09:19:05]: Setting Provisioning Profile type to 'app-store'
[09:19:05]: ----------------------
[09:19:05]: --- Step: git_pull ---
[09:19:05]: ----------------------
[09:19:05]: $ git fetch --tags
[09:19:06]: ----------------------
[09:19:06]: --- Step: git_pull ---
[09:19:06]: ----------------------
[09:19:06]: $ git pull --rebase && git fetch --tags
[09:19:08]: ▸ Current branch upgrade-rn-0.70.4 is up to date.
[09:19:09]: ------------------------------------------
[09:19:09]: --- Step: Switch to android build lane ---
[09:19:09]: ------------------------------------------
[09:19:09]: Cruising over to lane 'android build' 🚖
[09:19:09]: ------------------------------------------------
[09:19:09]: --- Step: Switch to android set_country lane ---
[09:19:09]: ------------------------------------------------
[09:19:09]: Cruising over to lane 'android set_country' 🚖
[09:19:09]: copying ../src/constants/ENV_avovietnam.json to ENV_CONFIG.json
[09:19:09]: ---------------------------------------------
[09:19:09]: --- Step: Switch to android app_icon lane ---
[09:19:09]: ---------------------------------------------
[09:19:09]: Cruising over to lane 'android app_icon' 🚖
[09:19:09]: -----------------------------
[09:19:09]: --- Step: android_appicon ---
[09:19:09]: -----------------------------
[09:19:15]: Successfully stored launcher icons at 'android/app/src/avovietnam/res/mipmap'
[09:19:15]: -----------------------------
[09:19:15]: --- Step: android_appicon ---
[09:19:15]: -----------------------------
[09:19:20]: Successfully stored launcher icons at 'android/app/src/avovietnam/res/drawable'
[09:19:20]: Cruising back to lane 'android set_country' 🚘
[09:19:20]: Cruising back to lane 'android build' 🚘
[09:19:20]: ------------------------------------------------
[09:19:20]: --- Step: cd .. && npx jetify && cd fastlane ---
[09:19:20]: ------------------------------------------------
[09:19:20]: $ cd .. && npx jetify && cd fastlane
[09:19:22]: ▸ Jetifier is deprecated. Future versions of react-native CLI may not run it by default.
[09:19:22]: ▸ Jetifier found 1878 file(s) to forward-jetify. Using 10 workers...
[09:19:23]: -------------------
[09:19:23]: --- Step: clean ---
[09:19:23]: -------------------
[09:19:23]: $ /Users/kevin/projects/avo-native/android/gradlew clean -p android/
[09:19:26]: ▸ > Task :react-native-gradle-plugin:compileKotlin UP-TO-DATE
[09:19:26]: ▸ > Task :react-native-gradle-plugin:compileJava NO-SOURCE
[09:19:26]: ▸ > Task :react-native-gradle-plugin:pluginDescriptors UP-TO-DATE
[09:19:26]: ▸ > Task :react-native-gradle-plugin:processResources UP-TO-DATE
[09:19:26]: ▸ > Task :react-native-gradle-plugin:classes UP-TO-DATE
[09:19:26]: ▸ > Task :react-native-gradle-plugin:inspectClassesForKotlinIC UP-TO-DATE
[09:19:26]: ▸ > Task :react-native-gradle-plugin:jar UP-TO-DATE
[09:19:33]: ▸ > Configure project :app
[09:19:33]: ▸ Reading env from: .env
[09:19:33]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:33]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:33]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:33]: ▸ > Configure project :expo-application
[09:19:33]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:33]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:33]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:33]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :expo-constants
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :expo-error-recovery
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :expo-file-system
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :expo-font
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :expo-keep-awake
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :expo-modules-core
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :expo-notifications
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :expo
[09:19:34]: ▸ Using expo modules
[09:19:34]: ▸ - expo-application (4.2.2)
[09:19:34]: ▸ - expo-constants (13.2.4)
[09:19:34]: ▸ - expo-error-recovery (3.2.0)
[09:19:34]: ▸ - expo-file-system (14.1.0)
[09:19:34]: ▸ - expo-font (10.2.1)
[09:19:34]: ▸ - expo-keep-awake (10.2.1)
[09:19:34]: ▸ - expo-modules-core (0.11.9)
[09:19:34]: ▸ - expo-notifications (0.16.1)
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :react-native-android-keyboard-adjust
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-bootsplash
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-clipboard_clipboard
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-community_async-storage
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-community_geolocation
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-community_masked-view
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-community_netinfo
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-config
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-device-info
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-fast-image
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-fbsdk
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-fetch-blob
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :react-native-firebase_app
[09:19:34]: ▸ :react-native-firebase_app package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/app/package.json
[09:19:34]: ▸ :react-native-firebase_app:firebase.bom using default value: 28.4.2
[09:19:34]: ▸ :react-native-firebase_app:play.play-services-auth using default value: 19.2.0
[09:19:34]: ▸ :react-native-firebase_app package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/app/package.json
[09:19:34]: ▸ :react-native-firebase_app:version set from package.json: 12.9.3 (12,9,3 - 12009003)
[09:19:34]: ▸ :react-native-firebase_app:android.compileSdk using custom value: 31
[09:19:34]: ▸ :react-native-firebase_app:android.targetSdk using custom value: 31
[09:19:34]: ▸ :react-native-firebase_app:android.minSdk using custom value: 21
[09:19:34]: ▸ :react-native-firebase_app:reactNativeAndroidDir /Users/kevin/projects/avo-native/node_modules/react-native/android
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-firebase_messaging
[09:19:34]: ▸ :react-native-firebase_messaging package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/messaging/package.json
[09:19:34]: ▸ :react-native-firebase_app package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/app/package.json
[09:19:34]: ▸ :react-native-firebase_messaging:firebase.bom using default value: 28.4.2
[09:19:34]: ▸ :react-native-firebase_messaging package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/messaging/package.json
[09:19:34]: ▸ :react-native-firebase_messaging:version set from package.json: 12.9.3 (12,9,3 - 12009003)
[09:19:34]: ▸ :react-native-firebase_messaging:android.compileSdk using custom value: 31
[09:19:34]: ▸ :react-native-firebase_messaging:android.targetSdk using custom value: 31
[09:19:34]: ▸ :react-native-firebase_messaging:android.minSdk using custom value: 21
[09:19:34]: ▸ :react-native-firebase_messaging:reactNativeAndroidDir /Users/kevin/projects/avo-native/node_modules/react-native/android
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-gesture-handler
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-image-picker
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-linear-gradient
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-localize
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-pdf
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-permissions
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-picker_picker
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-purchases
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-rate
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:34]: ▸ > Configure project :react-native-reanimated
[09:19:34]: ▸ AAR for react-native-reanimated has been found
[09:19:34]: ▸ /Users/kevin/projects/avo-native/node_modules/react-native-reanimated/android/react-native-reanimated-70-hermes.aar
[09:19:34]: ▸ > Configure project :react-native-safe-area-context
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-screens
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-vector-icons
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-version-number
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :react-native-webview
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Configure project :sentry_react-native
[09:19:34]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:34]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:34]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:34]: ▸ > Task :app:clean UP-TO-DATE
[09:19:35]: ▸ > Task :expo:clean
[09:19:35]: ▸ > Task :expo-application:clean
[09:19:35]: ▸ > Task :expo-constants:clean
[09:19:35]: ▸ > Task :expo-error-recovery:clean
[09:19:35]: ▸ > Task :expo-file-system:clean
[09:19:35]: ▸ > Task :expo-font:clean
[09:19:35]: ▸ > Task :expo-keep-awake:clean
[09:19:35]: ▸ > Task :expo-modules-core:externalNativeBuildCleanDebug
[09:19:35]: ▸ > Task :expo-modules-core:externalNativeBuildCleanRelease
[09:19:35]: ▸ Clean expo-modules-core-armeabi-v7a
[09:19:35]: ▸ Clean expo-modules-core-arm64-v8a
[09:19:35]: ▸ Clean expo-modules-core-x86
[09:19:35]: ▸ Clean expo-modules-core-x86_64
[09:19:36]: ▸ > Task :expo-modules-core:clean
[09:19:36]: ▸ > Task :expo-notifications:clean
[09:19:36]: ▸ > Task :react-native-android-keyboard-adjust:clean
[09:19:36]: ▸ > Task :react-native-bootsplash:clean
[09:19:36]: ▸ > Task :react-native-clipboard_clipboard:clean
[09:19:36]: ▸ > Task :react-native-community_async-storage:clean
[09:19:36]: ▸ > Task :react-native-community_geolocation:clean
[09:19:36]: ▸ > Task :react-native-community_masked-view:clean
[09:19:36]: ▸ > Task :react-native-community_netinfo:clean
[09:19:36]: ▸ > Task :react-native-config:clean
[09:19:36]: ▸ > Task :react-native-device-info:clean
[09:19:36]: ▸ > Task :react-native-fast-image:clean
[09:19:36]: ▸ > Task :react-native-fbsdk:clean
[09:19:36]: ▸ > Task :react-native-fetch-blob:clean
[09:19:36]: ▸ > Task :react-native-firebase_app:clean
[09:19:36]: ▸ > Task :react-native-firebase_messaging:clean
[09:19:37]: ▸ > Task :react-native-gesture-handler:clean
[09:19:37]: ▸ > Task :react-native-image-picker:clean
[09:19:37]: ▸ > Task :react-native-linear-gradient:clean
[09:19:37]: ▸ > Task :react-native-localize:clean
[09:19:37]: ▸ > Task :react-native-pdf:clean
[09:19:37]: ▸ > Task :react-native-permissions:clean
[09:19:37]: ▸ > Task :react-native-picker_picker:clean
[09:19:37]: ▸ > Task :react-native-purchases:clean
[09:19:37]: ▸ > Task :react-native-rate:clean
[09:19:37]: ▸ > Task :react-native-safe-area-context:clean
[09:19:37]: ▸ > Task :react-native-screens:clean
[09:19:37]: ▸ > Task :react-native-vector-icons:clean
[09:19:37]: ▸ > Task :react-native-version-number:clean
[09:19:37]: ▸ > Task :react-native-webview:clean
[09:19:37]: ▸ > Task :sentry_react-native:clean
[09:19:37]: ▸ Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[09:19:37]: ▸ You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[09:19:37]: ▸ See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
[09:19:37]: ▸ BUILD SUCCESSFUL in 13s
[09:19:37]: ▸ 46 actionable tasks: 40 executed, 6 up-to-date
[09:19:37]: ---------------------------------------
[09:19:37]: --- Step: assembleavovietnamRelease ---
[09:19:37]: ---------------------------------------
[09:19:37]: $ /Users/kevin/projects/avo-native/android/gradlew assembleavovietnamRelease -p android/
[09:19:40]: ▸ > Task :react-native-gradle-plugin:compileKotlin UP-TO-DATE
[09:19:40]: ▸ > Task :react-native-gradle-plugin:compileJava NO-SOURCE
[09:19:40]: ▸ > Task :react-native-gradle-plugin:pluginDescriptors UP-TO-DATE
[09:19:40]: ▸ > Task :react-native-gradle-plugin:processResources UP-TO-DATE
[09:19:40]: ▸ > Task :react-native-gradle-plugin:classes UP-TO-DATE
[09:19:40]: ▸ > Task :react-native-gradle-plugin:inspectClassesForKotlinIC UP-TO-DATE
[09:19:40]: ▸ > Task :react-native-gradle-plugin:jar UP-TO-DATE
[09:19:46]: ▸ > Configure project :app
[09:19:46]: ▸ Reading env from: .env
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :expo-application
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :expo-constants
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :expo-error-recovery
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :expo-file-system
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :expo-font
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :expo-keep-awake
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :expo-modules-core
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :expo-notifications
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :expo
[09:19:46]: ▸ Using expo modules
[09:19:46]: ▸ - expo-application (4.2.2)
[09:19:46]: ▸ - expo-constants (13.2.4)
[09:19:46]: ▸ - expo-error-recovery (3.2.0)
[09:19:46]: ▸ - expo-file-system (14.1.0)
[09:19:46]: ▸ - expo-font (10.2.1)
[09:19:46]: ▸ - expo-keep-awake (10.2.1)
[09:19:46]: ▸ - expo-modules-core (0.11.9)
[09:19:46]: ▸ - expo-notifications (0.16.1)
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :react-native-android-keyboard-adjust
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-bootsplash
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-clipboard_clipboard
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-community_async-storage
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-community_geolocation
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-community_masked-view
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-community_netinfo
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-config
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-device-info
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-fast-image
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-fbsdk
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-fetch-blob
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:46]: ▸ > Configure project :react-native-firebase_app
[09:19:46]: ▸ :react-native-firebase_app package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/app/package.json
[09:19:46]: ▸ :react-native-firebase_app:firebase.bom using default value: 28.4.2
[09:19:46]: ▸ :react-native-firebase_app:play.play-services-auth using default value: 19.2.0
[09:19:46]: ▸ :react-native-firebase_app package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/app/package.json
[09:19:46]: ▸ :react-native-firebase_app:version set from package.json: 12.9.3 (12,9,3 - 12009003)
[09:19:46]: ▸ :react-native-firebase_app:android.compileSdk using custom value: 31
[09:19:46]: ▸ :react-native-firebase_app:android.targetSdk using custom value: 31
[09:19:46]: ▸ :react-native-firebase_app:android.minSdk using custom value: 21
[09:19:46]: ▸ :react-native-firebase_app:reactNativeAndroidDir /Users/kevin/projects/avo-native/node_modules/react-native/android
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-firebase_messaging
[09:19:46]: ▸ :react-native-firebase_messaging package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/messaging/package.json
[09:19:46]: ▸ :react-native-firebase_app package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/app/package.json
[09:19:46]: ▸ :react-native-firebase_messaging:firebase.bom using default value: 28.4.2
[09:19:46]: ▸ :react-native-firebase_messaging package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/messaging/package.json
[09:19:46]: ▸ :react-native-firebase_messaging:version set from package.json: 12.9.3 (12,9,3 - 12009003)
[09:19:46]: ▸ :react-native-firebase_messaging:android.compileSdk using custom value: 31
[09:19:46]: ▸ :react-native-firebase_messaging:android.targetSdk using custom value: 31
[09:19:46]: ▸ :react-native-firebase_messaging:android.minSdk using custom value: 21
[09:19:46]: ▸ :react-native-firebase_messaging:reactNativeAndroidDir /Users/kevin/projects/avo-native/node_modules/react-native/android
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-gesture-handler
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-image-picker
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-linear-gradient
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-localize
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-pdf
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:46]: ▸ > Configure project :react-native-permissions
[09:19:46]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:46]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:46]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:47]: ▸ > Configure project :react-native-picker_picker
[09:19:47]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:47]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:47]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:47]: ▸ > Configure project :react-native-purchases
[09:19:47]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:47]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:47]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:47]: ▸ > Configure project :react-native-rate
[09:19:47]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:47]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:47]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:47]: ▸ WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
[09:19:47]: ▸ > Configure project :react-native-reanimated
[09:19:47]: ▸ AAR for react-native-reanimated has been found
[09:19:47]: ▸ /Users/kevin/projects/avo-native/node_modules/react-native-reanimated/android/react-native-reanimated-70-hermes.aar
[09:19:47]: ▸ > Configure project :react-native-safe-area-context
[09:19:47]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:47]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:47]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:47]: ▸ > Configure project :react-native-screens
[09:19:47]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:47]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:47]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:47]: ▸ > Configure project :react-native-vector-icons
[09:19:47]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:47]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:47]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:47]: ▸ > Configure project :react-native-version-number
[09:19:47]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:47]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:47]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:47]: ▸ > Configure project :react-native-webview
[09:19:47]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:47]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:47]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:47]: ▸ > Configure project :sentry_react-native
[09:19:47]: ▸ WARNING:DSL element 'dexOptions' is obsolete and should be removed.
[09:19:47]: ▸ It will be removed in version 8.0 of the Android Gradle plugin.
[09:19:47]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
[09:19:50]: ▸ > Task :app:bundleAvovietnamReleaseJsAndAssets
[09:19:50]: ▸ warning: the transform cache was reset.
[09:19:50]: ▸ Welcome to Metro v0.72.3
[09:19:50]: ▸ Fast - Scalable - Integrated
[09:20:03]: ▸ info Writing bundle output to:, /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle
[09:20:03]: ▸ info Writing sourcemap output to:, /Users/kevin/projects/avo-native/android/app/build/intermediates/sourcemaps/react/avovietnam/release/index.android.bundle.packager.map
[09:20:03]: ▸ info Done writing bundle output
[09:20:03]: ▸ info Done writing sourcemap output
[09:20:04]: ▸ info Copying 47 asset files
[09:20:04]: ▸ info Done copying assets
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:1726:23: warning: the variable "DebuggerInternal" was not declared in function "__shouldPauseOnThrow"
[09:20:04]: ▸ return typeof DebuggerInternal !== 'undefined' && DebuggerInternal.shouldPauseOnThrow === true;
[09:20:04]: ▸ ^~~~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:4926:7: warning: the variable "setTimeout" was not declared in function "logCapturedError"
[09:20:04]: ▸ setTimeout(function () {
[09:20:04]: ▸ ^~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:3524:21: warning: the variable "clearTimeout" was not declared in anonymous function " 95#"
[09:20:04]: ▸ cancelTimeout = clearTimeout;
[09:20:04]: ▸ ^~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:7424:30: warning: the variable "__REACT_DEVTOOLS_GLOBAL_HOOK__" was not declared in anonymous function " 95#"
[09:20:04]: ▸ if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
[09:20:04]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:7439:146: warning: the variable "nativeFabricUIManager" was not declared in anonymous function " 124#"
[09:20:04]: ▸ null != handle._nativeTag && (null != handle._internalInstanceHandle ? (handle = handle._internalInstanceHandle.stateNode, null != handle && nativeFabricUIManager.dispatchCommand(handle.node, command, args)) : _$$_REQUIRE(_dependencyMap[2]).UIManager.dispatchViewManagerCommand(handle._nativeTag, command, args));
[09:20:04]: ▸ ^~~~~~~~~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:8209:5: warning: the variable "setImmediate" was not declared in function "handleResolved"
[09:20:04]: ▸ setImmediate(function () {
[09:20:04]: ▸ ^~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:8420:16: warning: the variable "AggregateError" was not declared in function "getAggregateError"
[09:20:04]: ▸ if (typeof AggregateError === 'function') {
[09:20:04]: ▸ ^~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11168:12: warning: the variable "fetch" was not declared in anonymous function " 296#"
[09:20:04]: ▸ fetch: fetch,
[09:20:04]: ▸ ^~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11169:14: warning: the variable "Headers" was not declared in anonymous function " 296#"
[09:20:04]: ▸ Headers: Headers,
[09:20:04]: ▸ ^~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11170:14: warning: the variable "Request" was not declared in anonymous function " 296#"
[09:20:04]: ▸ Request: Request,
[09:20:04]: ▸ ^~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11171:15: warning: the variable "Response" was not declared in anonymous function " 296#"
[09:20:04]: ▸ Response: Response
[09:20:04]: ▸ ^~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11319:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer"
[09:20:04]: ▸ var reader = new FileReader();
[09:20:04]: ▸ ^~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11356:36: warning: the variable "Blob" was not declared in anonymous function " 307#"
[09:20:04]: ▸ } else if (support.blob && Blob.prototype.isPrototypeOf(body)) {
[09:20:04]: ▸ ^~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11358:40: warning: the variable "FormData" was not declared in anonymous function " 307#"
[09:20:04]: ▸ } else if (support.formData && FormData.prototype.isPrototypeOf(body)) {
[09:20:04]: ▸ ^~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11360:44: warning: the variable "URLSearchParams" was not declared in anonymous function " 307#"
[09:20:04]: ▸ } else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) {
[09:20:04]: ▸ ^~~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11587:23: warning: the variable "XMLHttpRequest" was not declared in anonymous function " 316#"
[09:20:04]: ▸ var xhr = new XMLHttpRequest();
[09:20:04]: ▸ ^~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11180:76: warning: the variable "self" was not declared in anonymous function " 299#"
[09:20:04]: ▸ var global = typeof globalThis !== 'undefined' && globalThis || typeof self !== 'undefined' && self || typeof global !== 'undefined' && global;
[09:20:04]: ▸ ^~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:18744:27: warning: the variable "performance" was not declared in anonymous function " 500#"
[09:20:04]: ▸ if ("object" === typeof performance && "function" === typeof performance.now) {
[09:20:04]: ▸ ^~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:18767:26: warning: the variable "navigator" was not declared in anonymous function " 500#"
[09:20:04]: ▸ "undefined" !== typeof navigator && undefined !== navigator.scheduling && undefined !== navigator.scheduling.isInputPending && navigator.scheduling.isInputPending.bind(navigator.scheduling);
[09:20:04]: ▸ ^~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:18834:37: warning: the variable "MessageChannel" was not declared in anonymous function " 500#"
[09:20:04]: ▸ };else if ("undefined" !== typeof MessageChannel) {
[09:20:04]: ▸ ^~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:26058:32: warning: the variable "requestAnimationFrame" was not declared in function "onUpdate"
[09:20:04]: ▸ this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));
[09:20:04]: ▸ ^~~~~~~~~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:41747:26: warning: the variable "setInterval" was not declared in function "SessionFlusher"
[09:20:04]: ▸ this._intervalId = setInterval(function () {
[09:20:04]: ▸ ^~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:41793:9: warning: the variable "clearInterval" was not declared in function "close 3#"
[09:20:04]: ▸ clearInterval(this._intervalId);
[09:20:04]: ▸ ^~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53047:24: warning: the variable "indexedDB" was not declared in function "getIDB"
[09:20:04]: ▸ if (typeof indexedDB !== 'undefined') {
[09:20:04]: ▸ ^~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53050:24: warning: the variable "webkitIndexedDB" was not declared in function "getIDB"
[09:20:04]: ▸ if (typeof webkitIndexedDB !== 'undefined') {
[09:20:04]: ▸ ^~~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53053:24: warning: the variable "mozIndexedDB" was not declared in function "getIDB"
[09:20:04]: ▸ if (typeof mozIndexedDB !== 'undefined') {
[09:20:04]: ▸ ^~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53056:24: warning: the variable "OIndexedDB" was not declared in function "getIDB"
[09:20:04]: ▸ if (typeof OIndexedDB !== 'undefined') {
[09:20:04]: ▸ ^~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53059:24: warning: the variable "msIndexedDB" was not declared in function "getIDB"
[09:20:04]: ▸ if (typeof msIndexedDB !== 'undefined') {
[09:20:04]: ▸ ^~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53072:35: warning: the variable "openDatabase" was not declared in function "isIndexedDBValid"
[09:20:04]: ▸ var isSafari = typeof openDatabase !== 'undefined' && /(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent) && !/Chrome/.test(navigator.userAgent) && !/BlackBerry/.test(navigator.platform);
[09:20:04]: ▸ ^~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53074:90: warning: the variable "IDBKeyRange" was not declared in function "isIndexedDBValid"
[09:20:04]: ▸ return (!isSafari || hasFetch) && typeof indexedDB !== 'undefined' && typeof IDBKeyRange !== 'undefined';
[09:20:04]: ▸ ^~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53088:34: warning: the variable "BlobBuilder" was not declared in function "createBlob"
[09:20:04]: ▸ var Builder = typeof BlobBuilder !== 'undefined' ? BlobBuilder : typeof MSBlobBuilder !== 'undefined' ? MSBlobBuilder : typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder : WebKitBlobBuilder;
[09:20:04]: ▸ ^~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53088:85: warning: the variable "MSBlobBuilder" was not declared in function "createBlob"
[09:20:04]: ▸ var Builder = typeof BlobBuilder !== 'undefined' ? BlobBuilder : typeof MSBlobBuilder !== 'undefined' ? MSBlobBuilder : typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder : WebKitBlobBuilder;
[09:20:04]: ▸ ^~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53088:140: warning: the variable "MozBlobBuilder" was not declared in function "createBlob"
[09:20:04]: ▸ var Builder = typeof BlobBuilder !== 'undefined' ? BlobBuilder : typeof MSBlobBuilder !== 'undefined' ? MSBlobBuilder : typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder : WebKitBlobBuilder;
[09:20:04]: ▸ ^~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53088:190: warning: the variable "WebKitBlobBuilder" was not declared in function "createBlob"
[09:20:04]: ▸ var Builder = typeof BlobBuilder !== 'undefined' ? BlobBuilder : typeof MSBlobBuilder !== 'undefined' ? MSBlobBuilder : typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder : WebKitBlobBuilder;
[09:20:04]: ▸ ^~~~~~~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53286:28: warning: the variable "btoa" was not declared in anonymous function " 2043#"
[09:20:04]: ▸ var base64 = btoa(e.target.result || '');
[09:20:04]: ▸ ^~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53297:51: warning: the variable "atob" was not declared in function "_decodeBlob"
[09:20:04]: ▸ var arrayBuff = _binStringToArrayBuffer(atob(encodedBlob.data));
[09:20:04]: ▸ ^~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:54328:27: warning: the variable "localStorage" was not declared in function "isLocalStorageValid"
[09:20:04]: ▸ return typeof localStorage !== 'undefined' && 'setItem' in localStorage && !!localStorage.setItem;
[09:20:04]: ▸ ^~~~~~~~~~~~
[09:20:04]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:184182:24: warning: the variable "Intl" was not declared in function "rebuildGuess"
[09:20:04]: ▸ var intlName = Intl.DateTimeFormat().resolvedOptions().timeZone;
[09:20:04]: ▸ ^~~~
[09:20:05]: ▸ /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:233360:18: warning: the variable "AbortController" was not declared in anonymous function " 9821#"
[09:20:05]: ▸ if (typeof AbortController !== 'undefined') {
[09:20:05]: ▸ ^~~~~~~~~~~~~~~
[09:20:10]: ▸ > Task :app:generatePackageList
[09:20:10]: ▸ > Task :app:preBuild
[09:20:10]: ▸ > Task :app:preAvovietnamReleaseBuild
[09:20:10]: ▸ > Task :expo:generateExpoModulesPackageList
[09:20:10]: ▸ > Task :expo:preBuild
[09:20:10]: ▸ > Task :expo:preReleaseBuild
[09:20:10]: ▸ > Task :expo-application:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-application:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-modules-core:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-modules-core:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-modules-core:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :expo-application:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :expo-constants:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-constants:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-constants:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :expo-error-recovery:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-error-recovery:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-error-recovery:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :expo-file-system:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-file-system:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-file-system:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :expo-font:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-font:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-font:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :expo-keep-awake:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-keep-awake:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-keep-awake:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :expo-notifications:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-notifications:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :expo-notifications:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :expo:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-android-keyboard-adjust:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-android-keyboard-adjust:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-android-keyboard-adjust:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-bootsplash:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-bootsplash:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-bootsplash:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-clipboard_clipboard:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-clipboard_clipboard:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-clipboard_clipboard:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-community_async-storage:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-community_async-storage:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-community_async-storage:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-community_geolocation:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-community_geolocation:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-community_geolocation:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-community_masked-view:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-community_masked-view:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-community_masked-view:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-community_netinfo:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-community_netinfo:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-community_netinfo:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-config:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-config:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-config:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-device-info:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-device-info:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-device-info:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-fast-image:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-fast-image:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-fast-image:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-fbsdk:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-fbsdk:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-fbsdk:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-fetch-blob:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-fetch-blob:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-fetch-blob:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-firebase_app:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-firebase_app:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-firebase_app:compileReleaseAidl NO-SOURCE
[09:20:10]: ▸ > Task :react-native-firebase_messaging:preBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-firebase_messaging:preReleaseBuild UP-TO-DATE
[09:20:10]: ▸ > Task :react-native-firebase_messaging:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-gesture-handler:assertNoMultipleInstances
[09:20:11]: ▸ > Task :react-native-gesture-handler:preBuild
[09:20:11]: ▸ > Task :react-native-gesture-handler:preReleaseBuild
[09:20:11]: ▸ > Task :react-native-gesture-handler:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-image-picker:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-image-picker:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-image-picker:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-linear-gradient:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-linear-gradient:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-linear-gradient:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-localize:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-localize:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-localize:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-pdf:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-pdf:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-pdf:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-permissions:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-permissions:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-permissions:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-picker_picker:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-picker_picker:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-picker_picker:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-purchases:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-purchases:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-purchases:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-rate:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-rate:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-rate:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-safe-area-context:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-safe-area-context:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-safe-area-context:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-screens:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-screens:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-screens:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-vector-icons:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-vector-icons:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-vector-icons:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-version-number:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-version-number:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-version-number:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :react-native-webview:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-webview:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :react-native-webview:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :sentry_react-native:preBuild UP-TO-DATE
[09:20:11]: ▸ > Task :sentry_react-native:preReleaseBuild UP-TO-DATE
[09:20:11]: ▸ > Task :sentry_react-native:compileReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :app:compileAvovietnamReleaseAidl NO-SOURCE
[09:20:11]: ▸ > Task :expo:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :expo-application:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :expo-constants:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :expo-error-recovery:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :expo-file-system:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :expo-font:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :expo-keep-awake:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :expo-modules-core:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :expo-notifications:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-android-keyboard-adjust:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-bootsplash:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-clipboard_clipboard:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-community_async-storage:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-community_geolocation:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-community_masked-view:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-community_netinfo:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-config:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-device-info:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-fast-image:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-fbsdk:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-fetch-blob:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-firebase_app:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-firebase_messaging:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-gesture-handler:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-image-picker:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-linear-gradient:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-localize:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-pdf:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-permissions:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-picker_picker:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-purchases:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-rate:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-safe-area-context:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-screens:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-vector-icons:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-version-number:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :react-native-webview:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :sentry_react-native:packageReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :app:compileAvovietnamReleaseRenderscript NO-SOURCE
[09:20:11]: ▸ > Task :app:generateAvovietnamReleaseBuildConfig
[09:20:11]: ▸ > Task :app:javaPreCompileAvovietnamRelease
[09:20:11]: ▸ > Task :app:generateAvovietnamReleaseResValues
[09:20:11]: ▸ > Task :app:mergeAvovietnamReleaseShaders
[09:20:11]: ▸ > Task :app:compileAvovietnamReleaseShaders NO-SOURCE
[09:20:11]: ▸ > Task :app:copyReactNativeVectorIconFonts
[09:20:11]: ▸ > Task :app:generateAvovietnamReleaseAssets
[09:20:11]: ▸ > Task :expo:mergeReleaseShaders
[09:20:11]: ▸ > Task :expo:compileReleaseShaders NO-SOURCE
[09:20:11]: ▸ > Task :expo:generateReleaseAssets UP-TO-DATE
[09:20:11]: ▸ > Task :expo:packageReleaseAssets
[09:20:11]: ▸ > Task :expo-application:mergeReleaseShaders
[09:20:11]: ▸ > Task :expo-application:compileReleaseShaders NO-SOURCE
[09:20:11]: ▸ > Task :expo-application:generateReleaseAssets UP-TO-DATE
[09:20:11]: ▸ > Task :expo-application:packageReleaseAssets
[09:20:11]: ▸ > Task :expo-constants:mergeReleaseShaders
[09:20:11]: ▸ > Task :expo-constants:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :expo-constants:createReleaseExpoConfig
[09:20:12]: ▸ Execution optimizations have been disabled for task ':expo-constants:createReleaseExpoConfig' to ensure correctness due to the following reasons:
[09:20:12]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:bundleAvovietnamReleaseJsAndAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:12]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:compileAvovietnamReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:12]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:compileAvovietnamReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:12]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:compileAvovietnamReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:12]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:copyReactNativeVectorIconFonts' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:12]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:generateAvovietnamReleaseBuildConfig' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:12]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:generateAvovietnamReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:12]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:javaPreCompileAvovietnamRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:12]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:mergeAvovietnamReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:12]: ▸ > Task :expo-constants:copyReleaseExpoConfig
[09:20:12]: ▸ > Task :expo-constants:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :expo-constants:packageReleaseAssets
[09:20:12]: ▸ > Task :expo-error-recovery:mergeReleaseShaders
[09:20:12]: ▸ > Task :expo-error-recovery:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :expo-error-recovery:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :expo-error-recovery:packageReleaseAssets
[09:20:12]: ▸ > Task :expo-file-system:mergeReleaseShaders
[09:20:12]: ▸ > Task :expo-file-system:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :expo-file-system:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :expo-file-system:packageReleaseAssets
[09:20:12]: ▸ > Task :expo-font:mergeReleaseShaders
[09:20:12]: ▸ > Task :expo-font:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :expo-font:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :expo-font:packageReleaseAssets
[09:20:12]: ▸ > Task :expo-keep-awake:mergeReleaseShaders
[09:20:12]: ▸ > Task :expo-keep-awake:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :expo-keep-awake:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :expo-keep-awake:packageReleaseAssets
[09:20:12]: ▸ > Task :expo-modules-core:mergeReleaseShaders
[09:20:12]: ▸ > Task :expo-modules-core:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :expo-modules-core:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :expo-modules-core:packageReleaseAssets
[09:20:12]: ▸ > Task :expo-notifications:mergeReleaseShaders
[09:20:12]: ▸ > Task :expo-notifications:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :expo-notifications:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :expo-notifications:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-android-keyboard-adjust:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-android-keyboard-adjust:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-android-keyboard-adjust:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-android-keyboard-adjust:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-bootsplash:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-bootsplash:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-bootsplash:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-bootsplash:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-clipboard_clipboard:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-clipboard_clipboard:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-clipboard_clipboard:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-clipboard_clipboard:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-community_async-storage:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-community_async-storage:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-community_async-storage:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-community_async-storage:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-community_geolocation:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-community_geolocation:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-community_geolocation:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-community_geolocation:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-community_masked-view:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-community_masked-view:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-community_masked-view:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-community_masked-view:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-community_netinfo:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-community_netinfo:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-community_netinfo:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-community_netinfo:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-config:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-config:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-config:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-config:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-device-info:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-device-info:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-device-info:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-device-info:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-fast-image:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-fast-image:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-fast-image:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-fast-image:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-fbsdk:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-fbsdk:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-fbsdk:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-fbsdk:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-fetch-blob:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-fetch-blob:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-fetch-blob:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-fetch-blob:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-firebase_app:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-firebase_app:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-firebase_app:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-firebase_app:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-firebase_messaging:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-firebase_messaging:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-firebase_messaging:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-firebase_messaging:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-gesture-handler:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-gesture-handler:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-gesture-handler:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-gesture-handler:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-image-picker:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-image-picker:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-image-picker:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-image-picker:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-linear-gradient:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-linear-gradient:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-linear-gradient:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-linear-gradient:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-localize:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-localize:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-localize:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-localize:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-pdf:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-pdf:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-pdf:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-pdf:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-permissions:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-permissions:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-permissions:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-permissions:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-picker_picker:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-picker_picker:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-picker_picker:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-picker_picker:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-purchases:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-purchases:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-purchases:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-purchases:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-rate:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-rate:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-rate:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-rate:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-safe-area-context:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-safe-area-context:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-safe-area-context:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-safe-area-context:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-screens:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-screens:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-screens:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-screens:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-vector-icons:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-vector-icons:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-vector-icons:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-vector-icons:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-version-number:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-version-number:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-version-number:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-version-number:packageReleaseAssets
[09:20:12]: ▸ > Task :react-native-webview:mergeReleaseShaders
[09:20:12]: ▸ > Task :react-native-webview:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :react-native-webview:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :react-native-webview:packageReleaseAssets
[09:20:12]: ▸ > Task :sentry_react-native:mergeReleaseShaders
[09:20:12]: ▸ > Task :sentry_react-native:compileReleaseShaders NO-SOURCE
[09:20:12]: ▸ > Task :sentry_react-native:generateReleaseAssets UP-TO-DATE
[09:20:12]: ▸ > Task :sentry_react-native:packageReleaseAssets
[09:20:12]: ▸ > Task :app:mergeAvovietnamReleaseAssets
[09:20:12]: ▸ > Task :app:copyAvovietnamReleaseBundledJs
[09:20:12]: ▸ > Task :app:generateAvovietnamReleaseResources
[09:20:12]: ▸ > Task :app:processAvovietnamReleaseGoogleServices
[09:20:12]: ▸ > Task :expo:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :expo:generateReleaseResValues
[09:20:12]: ▸ > Task :expo:generateReleaseResources
[09:20:12]: ▸ > Task :expo:packageReleaseResources
[09:20:12]: ▸ > Task :expo-application:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :expo-application:generateReleaseResValues
[09:20:12]: ▸ > Task :expo-application:generateReleaseResources
[09:20:12]: ▸ > Task :expo-application:packageReleaseResources
[09:20:12]: ▸ > Task :expo-constants:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :expo-constants:generateReleaseResValues
[09:20:12]: ▸ > Task :expo-constants:generateReleaseResources
[09:20:12]: ▸ > Task :expo-constants:packageReleaseResources
[09:20:12]: ▸ > Task :expo-error-recovery:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :expo-error-recovery:generateReleaseResValues
[09:20:12]: ▸ > Task :expo-error-recovery:generateReleaseResources
[09:20:12]: ▸ > Task :expo-error-recovery:packageReleaseResources
[09:20:12]: ▸ > Task :expo-file-system:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :expo-file-system:generateReleaseResValues
[09:20:12]: ▸ > Task :expo-file-system:generateReleaseResources
[09:20:12]: ▸ > Task :expo-file-system:packageReleaseResources
[09:20:12]: ▸ > Task :expo-font:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :expo-font:generateReleaseResValues
[09:20:12]: ▸ > Task :expo-font:generateReleaseResources
[09:20:12]: ▸ > Task :expo-font:packageReleaseResources
[09:20:12]: ▸ > Task :expo-keep-awake:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :expo-keep-awake:generateReleaseResValues
[09:20:12]: ▸ > Task :expo-keep-awake:generateReleaseResources
[09:20:12]: ▸ > Task :expo-keep-awake:packageReleaseResources
[09:20:12]: ▸ > Task :expo-modules-core:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :expo-modules-core:generateReleaseResValues
[09:20:12]: ▸ > Task :expo-modules-core:generateReleaseResources
[09:20:12]: ▸ > Task :expo-modules-core:packageReleaseResources
[09:20:12]: ▸ > Task :expo-notifications:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :expo-notifications:generateReleaseResValues
[09:20:12]: ▸ > Task :expo-notifications:generateReleaseResources
[09:20:12]: ▸ > Task :expo-notifications:packageReleaseResources
[09:20:12]: ▸ > Task :react-native-android-keyboard-adjust:compileReleaseRenderscript NO-SOURCE
[09:20:12]: ▸ > Task :react-native-android-keyboard-adjust:generateReleaseResValues
[09:20:12]: ▸ > Task :react-native-android-keyboard-adjust:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-android-keyboard-adjust:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-bootsplash:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-bootsplash:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-bootsplash:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-bootsplash:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-clipboard_clipboard:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-clipboard_clipboard:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-clipboard_clipboard:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-clipboard_clipboard:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-community_async-storage:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-community_async-storage:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-community_async-storage:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-community_async-storage:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-community_geolocation:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-community_geolocation:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-community_geolocation:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-community_geolocation:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-community_masked-view:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-community_masked-view:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-community_masked-view:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-community_masked-view:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-community_netinfo:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-community_netinfo:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-community_netinfo:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-community_netinfo:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-config:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-config:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-config:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-config:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-device-info:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-device-info:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-device-info:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-device-info:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-fast-image:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-fast-image:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-fast-image:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-fast-image:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-fbsdk:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-fbsdk:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-fbsdk:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-fbsdk:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-fetch-blob:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-fetch-blob:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-fetch-blob:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-fetch-blob:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-firebase_app:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-firebase_app:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-firebase_app:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-firebase_app:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-firebase_messaging:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-firebase_messaging:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-firebase_messaging:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-firebase_messaging:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-gesture-handler:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-gesture-handler:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-gesture-handler:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-gesture-handler:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-image-picker:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-image-picker:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-image-picker:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-image-picker:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-linear-gradient:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-linear-gradient:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-linear-gradient:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-linear-gradient:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-localize:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-localize:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-localize:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-localize:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-pdf:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-pdf:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-pdf:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-pdf:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-permissions:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-permissions:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-permissions:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-permissions:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-picker_picker:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-picker_picker:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-picker_picker:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-picker_picker:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-purchases:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-purchases:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-purchases:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-purchases:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-rate:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-rate:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-rate:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-rate:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-safe-area-context:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-safe-area-context:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-safe-area-context:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-safe-area-context:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-screens:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-screens:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-screens:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-screens:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-vector-icons:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-vector-icons:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-vector-icons:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-vector-icons:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-version-number:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-version-number:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-version-number:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-version-number:packageReleaseResources
[09:20:13]: ▸ > Task :react-native-webview:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :react-native-webview:generateReleaseResValues
[09:20:13]: ▸ > Task :react-native-webview:generateReleaseResources
[09:20:13]: ▸ > Task :react-native-webview:packageReleaseResources
[09:20:13]: ▸ > Task :sentry_react-native:compileReleaseRenderscript NO-SOURCE
[09:20:13]: ▸ > Task :sentry_react-native:generateReleaseResValues
[09:20:13]: ▸ > Task :sentry_react-native:generateReleaseResources
[09:20:13]: ▸ > Task :sentry_react-native:packageReleaseResources
[09:20:13]: ▸ > Task :app:createAvovietnamReleaseCompatibleScreenManifests
[09:20:13]: ▸ > Task :app:extractDeepLinksAvovietnamRelease
[09:20:13]: ▸ > Task :expo:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-application:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-constants:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-error-recovery:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-file-system:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-font:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-keep-awake:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo:processReleaseManifest
[09:20:13]: ▸ > Task :expo-modules-core:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-file-system:processReleaseManifest
[09:20:13]: ▸ /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/AndroidManifest.xml:8:9-10:20 Warning:
[09:20:13]: ▸ provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:8 to replace other declarations but no other declaration present
[09:20:13]: ▸ > Task :expo-font:processReleaseManifest
[09:20:13]: ▸ > Task :expo-notifications:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-error-recovery:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-android-keyboard-adjust:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-notifications:processReleaseManifest
[09:20:13]: ▸ > Task :expo-constants:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-bootsplash:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-modules-core:processReleaseManifest
[09:20:13]: ▸ > Task :expo-keep-awake:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-clipboard_clipboard:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-application:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-community_async-storage:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-community_geolocation:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-community_masked-view:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-community_netinfo:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-config:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-device-info:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-android-keyboard-adjust:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-fast-image:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-device-info:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-fbsdk:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-community_netinfo:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-community_masked-view:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-fetch-blob:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-config:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-fetch-blob:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-fast-image:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-firebase_app:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-fbsdk:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-clipboard_clipboard:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-firebase_messaging:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-community_geolocation:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-gesture-handler:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-firebase_app:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-bootsplash:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-image-picker:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-firebase_messaging:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-gesture-handler:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-linear-gradient:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-community_async-storage:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-localize:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-pdf:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-image-picker:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-linear-gradient:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-localize:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-permissions:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-pdf:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-picker_picker:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-purchases:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-permissions:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-picker_picker:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-rate:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-purchases:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-safe-area-context:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-rate:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-screens:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-safe-area-context:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-vector-icons:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-version-number:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-screens:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-vector-icons:processReleaseManifest
[09:20:13]: ▸ > Task :react-native-webview:extractDeepLinksRelease
[09:20:13]: ▸ > Task :react-native-version-number:processReleaseManifest
[09:20:13]: ▸ > Task :sentry_react-native:extractDeepLinksRelease
[09:20:13]: ▸ > Task :expo-application:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :expo:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :expo-constants:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :expo-error-recovery:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :expo-file-system:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :sentry_react-native:processReleaseManifest
[09:20:13]: ▸ > Task :expo-font:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :expo-keep-awake:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-webview:processReleaseManifest
[09:20:13]: ▸ > Task :expo-modules-core:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :app:processAvovietnamReleaseMainManifest
[09:20:13]: ▸ /Users/kevin/projects/avo-native/android/app/src/main/AndroidManifest.xml:20:5-80 Warning:
[09:20:13]: ▸ Element uses-permission#android.permission.READ_EXTERNAL_STORAGE at AndroidManifest.xml:20:5-80 duplicated with element declared at AndroidManifest.xml:10:5-80
[09:20:13]: ▸ /Users/kevin/projects/avo-native/android/app/src/main/AndroidManifest.xml:14:5-95 Warning:
[09:20:13]: ▸ uses-permission#android.permission.READ_PHONE_STATE was tagged at AndroidManifest.xml:14 to remove other declarations but no other declaration present
[09:20:13]: ▸ /Users/kevin/projects/avo-native/android/app/src/main/AndroidManifest.xml:23:9-32:20 Warning:
[09:20:13]: ▸ provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:23 to replace other declarations but no other declaration present
[09:20:13]: ▸ > Task :app:processAvovietnamReleaseManifest
[09:20:13]: ▸ > Task :expo-notifications:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-android-keyboard-adjust:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-bootsplash:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-clipboard_clipboard:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-community_async-storage:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-community_geolocation:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-community_masked-view:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-community_netinfo:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-config:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-device-info:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-fast-image:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-fbsdk:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-fetch-blob:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-firebase_app:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-firebase_messaging:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-gesture-handler:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-image-picker:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-linear-gradient:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-localize:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-pdf:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-permissions:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-picker_picker:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-purchases:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-rate:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-safe-area-context:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-screens:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-vector-icons:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-version-number:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :react-native-webview:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :sentry_react-native:writeReleaseAarMetadata
[09:20:13]: ▸ > Task :expo:compileReleaseLibraryResources
[09:20:13]: ▸ > Task :expo:parseReleaseLocalResources
[09:20:13]: ▸ > Task :expo-application:parseReleaseLocalResources
[09:20:13]: ▸ > Task :expo-modules-core:parseReleaseLocalResources
[09:20:13]: ▸ > Task :expo-constants:parseReleaseLocalResources
[09:20:13]: ▸ > Task :app:checkAvovietnamReleaseAarMetadata
[09:20:13]: ▸ > Task :expo-error-recovery:parseReleaseLocalResources
[09:20:13]: ▸ > Task :expo-file-system:parseReleaseLocalResources
[09:20:13]: ▸ > Task :expo-font:parseReleaseLocalResources
[09:20:13]: ▸ > Task :app:processAvovietnamReleaseManifestForPackage
[09:20:13]: ▸ > Task :expo-keep-awake:parseReleaseLocalResources
[09:20:14]: ▸ > Task :expo-notifications:parseReleaseLocalResources
[09:20:14]: ▸ > Task :expo-application:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :expo-constants:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :expo-error-recovery:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :expo-font:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :expo-file-system:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :expo-keep-awake:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :expo-modules-core:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :expo-modules-core:generateReleaseRFile
[09:20:14]: ▸ > Task :expo-notifications:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-android-keyboard-adjust:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :expo-application:generateReleaseRFile
[09:20:14]: ▸ > Task :expo-constants:generateReleaseRFile
[09:20:14]: ▸ > Task :expo-error-recovery:generateReleaseRFile
[09:20:14]: ▸ > Task :expo-file-system:generateReleaseRFile
[09:20:14]: ▸ > Task :expo-keep-awake:generateReleaseRFile
[09:20:14]: ▸ > Task :expo-font:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-android-keyboard-adjust:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-bootsplash:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-bootsplash:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-clipboard_clipboard:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-clipboard_clipboard:parseReleaseLocalResources
[09:20:14]: ▸ > Task :expo-notifications:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-android-keyboard-adjust:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-community_async-storage:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-bootsplash:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-community_geolocation:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-community_async-storage:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-clipboard_clipboard:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-community_geolocation:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-community_masked-view:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-community_netinfo:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-community_masked-view:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-community_async-storage:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-community_netinfo:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-community_geolocation:generateReleaseRFile
[09:20:14]: ▸ > Task :expo:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-config:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-config:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-community_masked-view:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-device-info:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-device-info:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-community_netinfo:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-config:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-fast-image:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-fast-image:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-fbsdk:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-fbsdk:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-device-info:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-fetch-blob:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-fetch-blob:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-fast-image:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-firebase_app:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-firebase_app:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-firebase_messaging:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-fbsdk:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-fetch-blob:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-gesture-handler:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-gesture-handler:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-image-picker:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-firebase_messaging:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-firebase_app:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-linear-gradient:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-image-picker:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-gesture-handler:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-linear-gradient:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-localize:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-image-picker:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-firebase_messaging:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-pdf:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-localize:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-pdf:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-linear-gradient:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-permissions:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-permissions:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-localize:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-pdf:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-picker_picker:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-purchases:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-picker_picker:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-permissions:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-purchases:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-rate:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-rate:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-safe-area-context:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-picker_picker:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-safe-area-context:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-purchases:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-screens:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-screens:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-vector-icons:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-rate:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-vector-icons:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-version-number:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-version-number:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-safe-area-context:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-vector-icons:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-webview:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :react-native-screens:generateReleaseRFile
[09:20:14]: ▸ > Task :react-native-webview:parseReleaseLocalResources
[09:20:14]: ▸ > Task :sentry_react-native:compileReleaseLibraryResources
[09:20:14]: ▸ > Task :sentry_react-native:parseReleaseLocalResources
[09:20:14]: ▸ > Task :react-native-version-number:generateReleaseRFile
[09:20:14]: ▸ > Task :expo:generateReleaseBuildConfig
[09:20:14]: ▸ > Task :expo-application:generateReleaseBuildConfig
[09:20:14]: ▸ > Task :expo-modules-core:generateReleaseBuildConfig
[09:20:14]: ▸ > Task :react-native-webview:generateReleaseRFile
[09:20:14]: ▸ > Task :sentry_react-native:generateReleaseRFile
[09:20:14]: ▸ > Task :app:mergeAvovietnamReleaseResources
[09:20:18]: ▸ > Task :expo-modules-core:compileReleaseKotlin
[09:20:18]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/activityresult/ActivityResultsManager.kt: (52, 24): Parameter 'activity' is never used
[09:20:18]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt: (9, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:18]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt: (94, 7): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[09:20:18]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt: (98, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:18]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt: (99, 23): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:18]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/JavaScriptObject.kt: (59, 33): Parameter 'null' is never used
[09:20:18]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/JavaScriptObject.kt: (100, 5): Parameter 'null' is never used
[09:20:18]: ▸ > Task :app:mapAvovietnamReleaseSourceSetPaths
[09:20:18]: ▸ > Task :expo-modules-core:javaPreCompileRelease
[09:20:18]: ▸ > Task :expo-application:javaPreCompileRelease
[09:20:18]: ▸ > Task :expo-modules-core:compileReleaseJavaWithJavac
[09:20:18]: ▸ Note: Some input files use or override a deprecated API.
[09:20:18]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:18]: ▸ Note: Some input files use unchecked or unsafe operations.
[09:20:18]: ▸ Note: Recompile with -Xlint:unchecked for details.
[09:20:18]: ▸ > Task :expo-constants:generateReleaseBuildConfig
[09:20:18]: ▸ > Task :expo-constants:javaPreCompileRelease
[09:20:18]: ▸ > Task :expo-error-recovery:generateReleaseBuildConfig
[09:20:18]: ▸ > Task :expo-error-recovery:javaPreCompileRelease
[09:20:18]: ▸ > Task :expo-file-system:generateReleaseBuildConfig
[09:20:18]: ▸ > Task :expo-file-system:javaPreCompileRelease
[09:20:18]: ▸ > Task :expo-font:generateReleaseBuildConfig
[09:20:18]: ▸ > Task :expo-font:javaPreCompileRelease
[09:20:18]: ▸ > Task :expo-keep-awake:generateReleaseBuildConfig
[09:20:18]: ▸ > Task :expo-keep-awake:javaPreCompileRelease
[09:20:18]: ▸ > Task :expo-notifications:generateReleaseBuildConfig
[09:20:18]: ▸ > Task :expo-notifications:javaPreCompileRelease
[09:20:18]: ▸ > Task :expo:javaPreCompileRelease
[09:20:18]: ▸ > Task :react-native-android-keyboard-adjust:generateReleaseBuildConfig
[09:20:18]: ▸ > Task :react-native-android-keyboard-adjust:javaPreCompileRelease
[09:20:18]: ▸ > Task :react-native-bootsplash:generateReleaseBuildConfig
[09:20:18]: ▸ > Task :expo-modules-core:bundleLibCompileToJarRelease
[09:20:18]: ▸ > Task :react-native-android-keyboard-adjust:compileReleaseJavaWithJavac
[09:20:18]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/react-native-android-keyboard-adjust/android/src/main/java/net/zubricky/AndroidKeyboardAdjust/AndroidKeyboardAdjustModule.java uses or overrides a deprecated API.
[09:20:18]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:19]: ▸ > Task :expo-application:compileReleaseKotlin
[09:20:19]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt: (129, 14): 'versionCode: Int' is deprecated. Deprecated in Java
[09:20:19]: ▸ > Task :app:processAvovietnamReleaseResources
[09:20:19]: ▸ > Task :expo-application:compileReleaseJavaWithJavac
[09:20:19]: ▸ > Task :expo-application:bundleLibCompileToJarRelease
[09:20:19]: ▸ > Task :expo-constants:compileReleaseKotlin
[09:20:19]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-constants/android/src/main/java/expo/modules/constants/ConstantsService.kt: (132, 17): 'versionCode: Int' is deprecated. Deprecated in Java
[09:20:19]: ▸ > Task :expo-constants:compileReleaseJavaWithJavac
[09:20:19]: ▸ > Task :expo-constants:bundleLibCompileToJarRelease
[09:20:19]: ▸ > Task :expo-error-recovery:compileReleaseKotlin
[09:20:19]: ▸ > Task :expo-error-recovery:compileReleaseJavaWithJavac
[09:20:19]: ▸ > Task :expo-error-recovery:bundleLibCompileToJarRelease
[09:20:21]: ▸ > Task :expo-file-system:compileReleaseKotlin
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (8, 19): 'AsyncTask<Params : Any!, Progress : Any!, Result : Any!>' is deprecated. Deprecated in Java
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (428, 27): Type mismatch: inferred type is String? but String was expected
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (472, 29): Type mismatch: inferred type is String? but String was expected
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (561, 43): Parameter 'options' is never used
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (649, 46): Parameter 'options' is never used
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (773, 43): Unchecked cast: Any? to Map<String, Any>?
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (790, 40): 'create(MediaType?, File): RequestBody' is deprecated. Moved to extension function. Put the 'file' argument first to fix Java
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (795, 15): Unchecked cast: Any to Map<String, Any>
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (927, 49): Unchecked cast: Any? to Map<String, Any>?
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1028, 43): Unchecked cast: Any? to Map<String, Any>?
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1040, 9): 'execute(vararg FileSystemModule.DownloadResumableTaskParams?): AsyncTask<FileSystemModule.DownloadResumableTaskParams?, Void?, Void?>!' is deprecated. Deprecated in Java
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1101, 47): 'AsyncTask<Params : Any!, Progress : Any!, Result : Any!>' is deprecated. Deprecated in Java
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1101, 47): 'constructor AsyncTask<Params : Any!, Progress : Any!, Result : Any!>()' is deprecated. Deprecated in Java
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1114, 21): Variable 'count' initializer is redundant
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1248, 39): 'toLowerCase(Locale): String' is deprecated. Use lowercase() instead.
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1285, 35): Type mismatch: inferred type is String? but String was expected
[09:20:21]: ▸ > Task :expo-file-system:compileReleaseJavaWithJavac
[09:20:21]: ▸ > Task :expo-file-system:bundleLibCompileToJarRelease
[09:20:21]: ▸ > Task :expo-font:compileReleaseKotlin
[09:20:21]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-font/android/src/main/java/expo/modules/font/FontLoaderModule.kt: (55, 38): Type mismatch: inferred type is String? but String was expected
[09:20:21]: ▸ > Task :expo-font:compileReleaseJavaWithJavac
[09:20:21]: ▸ > Task :expo-font:bundleLibCompileToJarRelease
[09:20:21]: ▸ > Task :expo-keep-awake:compileReleaseKotlin
[09:20:21]: ▸ > Task :expo-keep-awake:compileReleaseJavaWithJavac
[09:20:21]: ▸ > Task :expo-keep-awake:bundleLibCompileToJarRelease
[09:20:22]: ▸ > Task :expo-notifications:compileReleaseKotlin
[09:20:22]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/Base64Serialization.kt: (26, 45): Returning type parameter has been inferred to Nothing implicitly because Nothing is more specific than specified expected type. Please specify type arguments explicitly in accordance with expected type to hide this warning. Nothing can produce an exception at runtime. See KT-36776 for more details.
[09:20:22]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ExpoHandlingDelegate.kt: (63, 85): Parameter 'notificationResponse' is never used
[09:20:22]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ExpoPresentationDelegate.kt: (176, 70): 'priority: Int' is deprecated. Deprecated in Java
[09:20:22]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ExpoPresentationDelegate.kt: (177, 41): 'vibrate: LongArray!' is deprecated. Deprecated in Java
[09:20:22]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ExpoPresentationDelegate.kt: (178, 30): 'sound: Uri!' is deprecated. Deprecated in Java
[09:20:22]: ▸ w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/FirebaseMessagingDelegate.kt: (112, 30): Unnecessary safe call on a non-null receiver of type (Mutable)Map<String!, String!>. This expression will have nullable type in future releases
[09:20:23]: ▸ > Task :expo-notifications:compileReleaseJavaWithJavac
[09:20:23]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/ExpoNotificationBuilder.java uses or overrides a deprecated API.
[09:20:23]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:23]: ▸ Note: Some input files use unchecked or unsafe operations.
[09:20:23]: ▸ Note: Recompile with -Xlint:unchecked for details.
[09:20:23]: ▸ > Task :react-native-bootsplash:javaPreCompileRelease
[09:20:23]: ▸ > Task :react-native-android-keyboard-adjust:bundleLibCompileToJarRelease
[09:20:23]: ▸ > Task :react-native-clipboard_clipboard:generateReleaseBuildConfig
[09:20:23]: ▸ > Task :expo-notifications:bundleLibCompileToJarRelease
[09:20:23]: ▸ > Task :react-native-bootsplash:compileReleaseJavaWithJavac
[09:20:23]: ▸ > Task :expo:compileReleaseKotlin
[09:20:23]: ▸ > Task :expo:compileReleaseJavaWithJavac
[09:20:23]: ▸ > Task :react-native-clipboard_clipboard:javaPreCompileRelease
[09:20:23]: ▸ > Task :react-native-bootsplash:bundleLibCompileToJarRelease
[09:20:23]: ▸ > Task :react-native-community_async-storage:generateReleaseBuildConfig
[09:20:23]: ▸ > Task :expo:bundleLibCompileToJarRelease
[09:20:23]: ▸ > Task :react-native-clipboard_clipboard:compileReleaseJavaWithJavac
[09:20:23]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/@react-native-clipboard/clipboard/android/src/main/java/com/reactnativecommunity/clipboard/ClipboardModule.java uses or overrides a deprecated API.
[09:20:23]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:23]: ▸ > Task :react-native-community_async-storage:javaPreCompileRelease
[09:20:23]: ▸ > Task :react-native-clipboard_clipboard:bundleLibCompileToJarRelease
[09:20:23]: ▸ > Task :react-native-community_geolocation:generateReleaseBuildConfig
[09:20:23]: ▸ > Task :react-native-community_async-storage:compileReleaseJavaWithJavac
[09:20:23]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/@react-native-community/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/AsyncStorageModule.java uses or overrides a deprecated API.
[09:20:23]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:23]: ▸ > Task :react-native-community_geolocation:javaPreCompileRelease
[09:20:23]: ▸ > Task :react-native-community_async-storage:bundleLibCompileToJarRelease
[09:20:23]: ▸ > Task :react-native-community_masked-view:generateReleaseBuildConfig
[09:20:23]: ▸ > Task :react-native-community_geolocation:compileReleaseJavaWithJavac
[09:20:23]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/@react-native-community/geolocation/android/src/main/java/com/reactnativecommunity/geolocation/GeolocationModule.java uses or overrides a deprecated API.
[09:20:23]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:23]: ▸ > Task :react-native-community_masked-view:javaPreCompileRelease
[09:20:23]: ▸ > Task :react-native-community_geolocation:bundleLibCompileToJarRelease
[09:20:23]: ▸ > Task :react-native-community_netinfo:generateReleaseBuildConfig
[09:20:24]: ▸ > Task :react-native-community_masked-view:compileReleaseJavaWithJavac
[09:20:24]: ▸ > Task :react-native-community_netinfo:javaPreCompileRelease
[09:20:24]: ▸ > Task :react-native-community_masked-view:bundleLibCompileToJarRelease
[09:20:24]: ▸ > Task :react-native-config:generateReleaseBuildConfig
[09:20:24]: ▸ > Task :react-native-community_netinfo:compileReleaseJavaWithJavac
[09:20:24]: ▸ Note: Some input files use or override a deprecated API.
[09:20:24]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:24]: ▸ > Task :react-native-config:javaPreCompileRelease
[09:20:24]: ▸ > Task :react-native-device-info:generateReleaseBuildConfig
[09:20:24]: ▸ > Task :react-native-community_netinfo:bundleLibCompileToJarRelease
[09:20:24]: ▸ > Task :react-native-config:compileReleaseJavaWithJavac
[09:20:24]: ▸ > Task :react-native-device-info:javaPreCompileRelease
[09:20:24]: ▸ > Task :react-native-config:bundleLibCompileToJarRelease
[09:20:24]: ▸ > Task :react-native-fast-image:generateReleaseBuildConfig
[09:20:24]: ▸ > Task :react-native-device-info:compileReleaseJavaWithJavac
[09:20:24]: ▸ Note: Some input files use or override a deprecated API.
[09:20:24]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:24]: ▸ > Task :react-native-device-info:bundleLibCompileToJarRelease
[09:20:24]: ▸ > Task :react-native-fast-image:javaPreCompileRelease
[09:20:24]: ▸ > Task :react-native-fbsdk:generateReleaseBuildConfig
[09:20:24]: ▸ > Task :react-native-fast-image:compileReleaseJavaWithJavac
[09:20:24]: ▸ Note: Some input files use or override a deprecated API.
[09:20:24]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:24]: ▸ > Task :react-native-fbsdk:javaPreCompileRelease
[09:20:24]: ▸ > Task :react-native-fetch-blob:generateReleaseBuildConfig
[09:20:24]: ▸ > Task :react-native-fast-image:bundleLibCompileToJarRelease
[09:20:24]: ▸ > Task :react-native-fbsdk:compileReleaseJavaWithJavac
[09:20:24]: ▸ Note: Some input files use or override a deprecated API.
[09:20:24]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:24]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/react-native-fbsdk/android/src/main/java/com/facebook/reactnative/androidsdk/Utility.java uses unchecked or unsafe operations.
[09:20:24]: ▸ Note: Recompile with -Xlint:unchecked for details.
[09:20:24]: ▸ > Task :react-native-fetch-blob:javaPreCompileRelease
[09:20:24]: ▸ > Task :react-native-firebase_app:generateReleaseBuildConfig
[09:20:24]: ▸ > Task :react-native-fbsdk:bundleLibCompileToJarRelease
[09:20:24]: ▸ > Task :react-native-fetch-blob:compileReleaseJavaWithJavac
[09:20:24]: ▸ Note: Some input files use or override a deprecated API.
[09:20:24]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:24]: ▸ > Task :react-native-firebase_app:javaPreCompileRelease
[09:20:24]: ▸ > Task :react-native-firebase_messaging:generateReleaseBuildConfig
[09:20:24]: ▸ > Task :react-native-fetch-blob:bundleLibCompileToJarRelease
[09:20:24]: ▸ > Task :react-native-firebase_app:compileReleaseJavaWithJavac
[09:20:24]: ▸ Note: Some input files use or override a deprecated API.
[09:20:24]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:24]: ▸ > Task :react-native-firebase_messaging:javaPreCompileRelease
[09:20:24]: ▸ > Task :react-native-gesture-handler:generateReleaseBuildConfig
[09:20:24]: ▸ > Task :react-native-firebase_app:bundleLibCompileToJarRelease
[09:20:25]: ▸ > Task :react-native-firebase_messaging:compileReleaseJavaWithJavac
[09:20:25]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/messaging/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingModule.java uses or overrides a deprecated API.
[09:20:25]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:25]: ▸ > Task :react-native-gesture-handler:javaPreCompileRelease
[09:20:25]: ▸ > Task :react-native-image-picker:generateReleaseBuildConfig
[09:20:25]: ▸ > Task :react-native-firebase_messaging:bundleLibCompileToJarRelease
[09:20:25]: ▸ > Task :react-native-image-picker:javaPreCompileRelease
[09:20:25]: ▸ > Task :react-native-linear-gradient:generateReleaseBuildConfig
[09:20:25]: ▸ > Task :react-native-image-picker:compileReleaseJavaWithJavac
[09:20:25]: ▸ > Task :react-native-image-picker:bundleLibCompileToJarRelease
[09:20:25]: ▸ > Task :react-native-localize:generateReleaseBuildConfig
[09:20:25]: ▸ > Task :react-native-linear-gradient:javaPreCompileRelease
[09:20:25]: ▸ > Task :react-native-localize:javaPreCompileRelease
[09:20:25]: ▸ > Task :react-native-pdf:generateReleaseBuildConfig
[09:20:25]: ▸ > Task :react-native-linear-gradient:compileReleaseJavaWithJavac
[09:20:25]: ▸ > Task :react-native-linear-gradient:bundleLibCompileToJarRelease
[09:20:25]: ▸ > Task :react-native-localize:compileReleaseJavaWithJavac
[09:20:25]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/react-native-localize/android/src/main/java/com/reactcommunity/rnlocalize/RNLocalizeModule.java uses or overrides a deprecated API.
[09:20:25]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:25]: ▸ > Task :react-native-localize:bundleLibCompileToJarRelease
[09:20:25]: ▸ > Task :react-native-pdf:javaPreCompileRelease
[09:20:25]: ▸ > Task :react-native-permissions:generateReleaseBuildConfig
[09:20:25]: ▸ > Task :react-native-pdf:compileReleaseJavaWithJavac
[09:20:25]: ▸ Note: Some input files use or override a deprecated API.
[09:20:25]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:25]: ▸ > Task :react-native-permissions:javaPreCompileRelease
[09:20:25]: ▸ > Task :react-native-pdf:bundleLibCompileToJarRelease
[09:20:25]: ▸ > Task :react-native-picker_picker:generateReleaseBuildConfig
[09:20:25]: ▸ > Task :react-native-permissions:compileReleaseJavaWithJavac
[09:20:25]: ▸ > Task :react-native-picker_picker:javaPreCompileRelease
[09:20:25]: ▸ > Task :react-native-permissions:bundleLibCompileToJarRelease
[09:20:25]: ▸ > Task :react-native-purchases:generateReleaseBuildConfig
[09:20:25]: ▸ > Task :react-native-picker_picker:compileReleaseJavaWithJavac
[09:20:25]: ▸ Note: Some input files use or override a deprecated API.
[09:20:25]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:25]: ▸ > Task :react-native-picker_picker:bundleLibCompileToJarRelease
[09:20:25]: ▸ > Task :react-native-purchases:javaPreCompileRelease
[09:20:25]: ▸ > Task :react-native-rate:generateReleaseBuildConfig
[09:20:25]: ▸ > Task :react-native-rate:javaPreCompileRelease
[09:20:25]: ▸ > Task :react-native-safe-area-context:generateReleaseBuildConfig
[09:20:25]: ▸ > Task :react-native-rate:compileReleaseJavaWithJavac
[09:20:25]: ▸ > Task :react-native-rate:bundleLibCompileToJarRelease
[09:20:26]: ▸ > Task :react-native-purchases:compileReleaseKotlin
[09:20:26]: ▸ > Task :react-native-safe-area-context:compileReleaseKotlin
[09:20:26]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaView.kt: (50, 23): 'getter for uiImplementation: UIImplementation!' is deprecated. Deprecated in Java
[09:20:26]: ▸ > Task :react-native-purchases:compileReleaseJavaWithJavac
[09:20:26]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/react-native-purchases/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java uses or overrides a deprecated API.
[09:20:26]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:26]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/react-native-purchases/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java uses unchecked or unsafe operations.
[09:20:26]: ▸ Note: Recompile with -Xlint:unchecked for details.
[09:20:26]: ▸ > Task :react-native-screens:generateReleaseBuildConfig
[09:20:26]: ▸ > Task :react-native-purchases:bundleLibCompileToJarRelease
[09:20:26]: ▸ > Task :react-native-safe-area-context:javaPreCompileRelease
[09:20:26]: ▸ > Task :react-native-screens:javaPreCompileRelease
[09:20:26]: ▸ > Task :react-native-safe-area-context:compileReleaseJavaWithJavac
[09:20:26]: ▸ > Task :react-native-safe-area-context:bundleLibCompileToJarRelease
[09:20:27]: ▸ > Task :react-native-screens:compileReleaseJavaWithJavac
[09:20:27]: ▸ Note: Some input files use or override a deprecated API.
[09:20:27]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:27]: ▸ Note: Some input files use unchecked or unsafe operations.
[09:20:27]: ▸ Note: Recompile with -Xlint:unchecked for details.
[09:20:27]: ▸ > Task :react-native-vector-icons:generateReleaseBuildConfig
[09:20:27]: ▸ > Task :react-native-vector-icons:javaPreCompileRelease
[09:20:27]: ▸ > Task :react-native-screens:bundleLibCompileToJarRelease
[09:20:27]: ▸ > Task :react-native-version-number:generateReleaseBuildConfig
[09:20:27]: ▸ > Task :react-native-vector-icons:compileReleaseJavaWithJavac
[09:20:27]: ▸ > Task :react-native-version-number:javaPreCompileRelease
[09:20:27]: ▸ > Task :react-native-vector-icons:bundleLibCompileToJarRelease
[09:20:27]: ▸ > Task :react-native-webview:generateReleaseBuildConfig
[09:20:27]: ▸ > Task :react-native-version-number:compileReleaseJavaWithJavac
[09:20:27]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/react-native-version-number/android/src/main/java/com/apsl/versionnumber/RNVersionNumberModule.java uses or overrides a deprecated API.
[09:20:27]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:27]: ▸ > Task :react-native-version-number:bundleLibCompileToJarRelease
[09:20:28]: ▸ > Task :react-native-webview:compileReleaseKotlin
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt: (10, 75): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt: (21, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt: (22, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt: (12, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt: (23, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt: (24, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt: (10, 89): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt: (27, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:28]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt: (28, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:28]: ▸ > Task :react-native-webview:javaPreCompileRelease
[09:20:28]: ▸ > Task :sentry_react-native:generateReleaseBuildConfig
[09:20:28]: ▸ > Task :react-native-webview:compileReleaseJavaWithJavac
[09:20:28]: ▸ Note: Some input files use or override a deprecated API.
[09:20:28]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:28]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java uses unchecked or unsafe operations.
[09:20:28]: ▸ Note: Recompile with -Xlint:unchecked for details.
[09:20:28]: ▸ > Task :react-native-webview:bundleLibCompileToJarRelease
[09:20:28]: ▸ > Task :sentry_react-native:javaPreCompileRelease
[09:20:28]: ▸ > Task :app:extractProguardFiles
[09:20:28]: ▸ > Task :sentry_react-native:compileReleaseJavaWithJavac
[09:20:28]: ▸ Note: /Users/kevin/projects/avo-native/node_modules/@sentry/react-native/android/src/main/java/io/sentry/react/RNSentryModule.java uses or overrides a deprecated API.
[09:20:28]: ▸ Note: Recompile with -Xlint:deprecation for details.
[09:20:28]: ▸ > Task :expo:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :sentry_react-native:bundleLibCompileToJarRelease
[09:20:28]: ▸ > Task :expo:bundleLibResRelease
[09:20:28]: ▸ > Task :expo:writeReleaseLintModelMetadata
[09:20:28]: ▸ > Task :expo-application:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :expo:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :expo-application:bundleLibResRelease
[09:20:28]: ▸ > Task :expo:createFullJarRelease
[09:20:28]: ▸ > Task :expo-application:writeReleaseLintModelMetadata
[09:20:28]: ▸ > Task :expo-constants:cleanupReleaseExpoConfig
[09:20:28]: ▸ > Task :expo-application:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :expo-constants:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :expo-application:createFullJarRelease
[09:20:28]: ▸ > Task :expo-constants:bundleLibResRelease
[09:20:28]: ▸ > Task :expo-constants:writeReleaseLintModelMetadata
[09:20:28]: ▸ > Task :expo-error-recovery:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :expo-constants:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :expo-error-recovery:bundleLibResRelease
[09:20:28]: ▸ > Task :expo-constants:createFullJarRelease
[09:20:28]: ▸ > Task :expo-file-system:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :expo-error-recovery:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :expo-error-recovery:createFullJarRelease
[09:20:28]: ▸ > Task :expo-file-system:bundleLibResRelease
[09:20:28]: ▸ > Task :expo-font:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :expo-font:bundleLibResRelease
[09:20:28]: ▸ > Task :expo-keep-awake:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :expo-file-system:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :expo-font:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :expo-keep-awake:bundleLibResRelease
[09:20:28]: ▸ > Task :expo-file-system:createFullJarRelease
[09:20:28]: ▸ > Task :expo-font:createFullJarRelease
[09:20:28]: ▸ > Task :expo-modules-core:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :expo-keep-awake:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :expo-keep-awake:createFullJarRelease
[09:20:28]: ▸ > Task :expo-notifications:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :expo-modules-core:bundleLibResRelease
[09:20:28]: ▸ > Task :expo-notifications:bundleLibResRelease
[09:20:28]: ▸ > Task :react-native-android-keyboard-adjust:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-android-keyboard-adjust:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-bootsplash:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-bootsplash:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-android-keyboard-adjust:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-bootsplash:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-android-keyboard-adjust:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-bootsplash:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :expo-notifications:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :expo-notifications:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-community_async-storage:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :expo-modules-core:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-community_async-storage:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :expo-modules-core:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-community_async-storage:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-community_async-storage:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-community_geolocation:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_geolocation:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_geolocation:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-community_geolocation:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-community_masked-view:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_masked-view:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_masked-view:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-community_masked-view:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-community_netinfo:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_netinfo:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_netinfo:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-community_netinfo:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-config:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-config:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-config:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-config:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-device-info:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-device-info:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-device-info:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-device-info:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-fast-image:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-fast-image:bundleLibResRelease
[09:20:28]: ▸ > Task :react-native-fast-image:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-fast-image:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-fbsdk:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-fbsdk:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-fetch-blob:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-fetch-blob:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-fbsdk:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-fbsdk:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-firebase_app:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-firebase_app:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-fetch-blob:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-firebase_app:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-fetch-blob:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-firebase_app:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-firebase_messaging:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-firebase_messaging:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-firebase_messaging:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-firebase_messaging:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-gesture-handler:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-image-picker:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-image-picker:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-linear-gradient:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-linear-gradient:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-image-picker:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-linear-gradient:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-image-picker:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-linear-gradient:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-localize:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-localize:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-localize:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-localize:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-pdf:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-pdf:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-pdf:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-permissions:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-pdf:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-permissions:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-permissions:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-permissions:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-picker_picker:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-picker_picker:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-picker_picker:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-picker_picker:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-purchases:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-purchases:bundleLibResRelease
[09:20:28]: ▸ > Task :react-native-purchases:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-purchases:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-rate:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-rate:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-rate:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-rate:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-safe-area-context:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-safe-area-context:bundleLibResRelease
[09:20:28]: ▸ > Task :react-native-safe-area-context:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-safe-area-context:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-screens:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-screens:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-screens:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-screens:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-vector-icons:processReleaseJavaRes NO-SOURCE
[09:20:28]: ▸ > Task :react-native-vector-icons:bundleLibResRelease NO-SOURCE
[09:20:28]: ▸ > Task :react-native-vector-icons:bundleLibRuntimeToJarRelease
[09:20:28]: ▸ > Task :react-native-vector-icons:createFullJarRelease
[09:20:28]: ▸ > Task :react-native-vector-icons:mergeReleaseJniLibFolders
[09:20:28]: ▸ > Task :react-native-vector-icons:mergeReleaseNativeLibs NO-SOURCE
[09:20:28]: ▸ > Task :react-native-vector-icons:stripReleaseDebugSymbols NO-SOURCE
[09:20:28]: ▸ > Task :react-native-vector-icons:copyReleaseJniLibsProjectAndLocalJars
[09:20:28]: ▸ > Task :react-native-vector-icons:extractReleaseAnnotations
[09:20:28]: ▸ > Task :react-native-vector-icons:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-vector-icons:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-vector-icons:prepareLintJarForPublish UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-vector-icons:prepareReleaseArtProfile UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-vector-icons:mergeReleaseJavaResource
[09:20:28]: ▸ > Task :react-native-vector-icons:syncReleaseLibJars
[09:20:28]: ▸ > Task :react-native-vector-icons:bundleReleaseLocalLintAar
[09:20:28]: ▸ > Task :react-native-fetch-blob:mergeReleaseJniLibFolders
[09:20:28]: ▸ > Task :react-native-fetch-blob:mergeReleaseNativeLibs NO-SOURCE
[09:20:28]: ▸ > Task :react-native-fetch-blob:stripReleaseDebugSymbols NO-SOURCE
[09:20:28]: ▸ > Task :react-native-fetch-blob:copyReleaseJniLibsProjectAndLocalJars
[09:20:28]: ▸ > Task :react-native-fetch-blob:extractReleaseAnnotations
[09:20:28]: ▸ > Task :react-native-fetch-blob:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-fetch-blob:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-fetch-blob:prepareLintJarForPublish UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-fetch-blob:prepareReleaseArtProfile UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-fetch-blob:mergeReleaseJavaResource
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:mergeReleaseJniLibFolders
[09:20:28]: ▸ > Task :react-native-fetch-blob:syncReleaseLibJars
[09:20:28]: ▸ > Task :react-native-fetch-blob:bundleReleaseLocalLintAar
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:mergeReleaseNativeLibs NO-SOURCE
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:stripReleaseDebugSymbols NO-SOURCE
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:copyReleaseJniLibsProjectAndLocalJars
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:extractReleaseAnnotations
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:prepareLintJarForPublish UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:prepareReleaseArtProfile UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:mergeReleaseJavaResource
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:syncReleaseLibJars
[09:20:28]: ▸ > Task :react-native-clipboard_clipboard:bundleReleaseLocalLintAar
[09:20:28]: ▸ > Task :react-native-community_async-storage:mergeReleaseJniLibFolders
[09:20:28]: ▸ > Task :react-native-community_async-storage:mergeReleaseNativeLibs NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_async-storage:stripReleaseDebugSymbols NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_async-storage:copyReleaseJniLibsProjectAndLocalJars
[09:20:28]: ▸ > Task :react-native-community_async-storage:extractReleaseAnnotations
[09:20:28]: ▸ > Task :react-native-community_async-storage:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_async-storage:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_async-storage:prepareLintJarForPublish UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_async-storage:prepareReleaseArtProfile UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_async-storage:mergeReleaseJavaResource
[09:20:28]: ▸ > Task :react-native-community_geolocation:mergeReleaseJniLibFolders
[09:20:28]: ▸ > Task :react-native-community_async-storage:syncReleaseLibJars
[09:20:28]: ▸ > Task :react-native-community_async-storage:bundleReleaseLocalLintAar
[09:20:28]: ▸ > Task :react-native-community_geolocation:mergeReleaseNativeLibs NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_geolocation:stripReleaseDebugSymbols NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_geolocation:extractReleaseAnnotations
[09:20:28]: ▸ > Task :react-native-community_geolocation:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_geolocation:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_geolocation:prepareLintJarForPublish UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_geolocation:prepareReleaseArtProfile UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_geolocation:mergeReleaseJavaResource
[09:20:28]: ▸ > Task :react-native-community_geolocation:syncReleaseLibJars
[09:20:28]: ▸ > Task :react-native-community_masked-view:mergeReleaseJniLibFolders
[09:20:28]: ▸ > Task :react-native-community_masked-view:mergeReleaseNativeLibs NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_masked-view:stripReleaseDebugSymbols NO-SOURCE
[09:20:28]: ▸ > Task :react-native-community_masked-view:copyReleaseJniLibsProjectAndLocalJars
[09:20:28]: ▸ > Task :react-native-community_geolocation:copyReleaseJniLibsProjectAndLocalJars
[09:20:28]: ▸ > Task :react-native-community_masked-view:extractReleaseAnnotations
[09:20:28]: ▸ > Task :react-native-community_geolocation:bundleReleaseLocalLintAar
[09:20:28]: ▸ > Task :react-native-community_masked-view:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_masked-view:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_masked-view:prepareLintJarForPublish UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_masked-view:prepareReleaseArtProfile UP-TO-DATE
[09:20:28]: ▸ > Task :react-native-community_masked-view:mergeReleaseJavaResource
[09:20:28]: ▸ > Task :react-native-community_masked-view:syncReleaseLibJars
[09:20:28]: ▸ > Task :react-native-community_masked-view:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-community_netinfo:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-community_netinfo:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-community_netinfo:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-community_netinfo:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-community_netinfo:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-community_netinfo:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-community_netinfo:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-community_netinfo:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-community_netinfo:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-community_netinfo:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-community_netinfo:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-community_netinfo:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-firebase_messaging:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-firebase_messaging:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-firebase_messaging:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-firebase_messaging:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-firebase_messaging:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-firebase_messaging:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-firebase_messaging:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-firebase_messaging:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-firebase_messaging:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-firebase_messaging:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-firebase_messaging:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-firebase_messaging:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-firebase_app:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-firebase_app:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-firebase_app:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-firebase_app:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-firebase_app:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-firebase_app:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-firebase_app:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-firebase_app:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-firebase_app:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-firebase_app:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-picker_picker:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-firebase_app:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-firebase_app:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-picker_picker:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-picker_picker:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-picker_picker:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-picker_picker:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-picker_picker:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-picker_picker:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-picker_picker:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-picker_picker:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :sentry_react-native:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :sentry_react-native:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :sentry_react-native:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-picker_picker:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :sentry_react-native:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-picker_picker:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-picker_picker:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :sentry_react-native:extractReleaseAnnotations
[09:20:29]: ▸ > Task :sentry_react-native:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :sentry_react-native:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :sentry_react-native:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :sentry_react-native:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :sentry_react-native:processReleaseJavaRes NO-SOURCE
[09:20:29]: ▸ > Task :sentry_react-native:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :expo:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :sentry_react-native:syncReleaseLibJars
[09:20:29]: ▸ > Task :sentry_react-native:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :expo:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :expo:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :expo:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :expo:extractReleaseAnnotations
[09:20:29]: ▸ > Task :expo:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo:mergeReleaseConsumerProguardFiles
[09:20:29]: ▸ > Task :expo:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :expo:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :expo:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :expo:syncReleaseLibJars
[09:20:29]: ▸ > Task :expo:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-bootsplash:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-android-keyboard-adjust:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-bootsplash:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-bootsplash:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-bootsplash:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-bootsplash:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-bootsplash:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-bootsplash:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-bootsplash:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-bootsplash:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-bootsplash:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-config:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-bootsplash:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-bootsplash:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-config:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-config:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-config:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-config:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-config:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-config:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-config:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-config:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-device-info:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-device-info:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-device-info:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-device-info:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-config:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-device-info:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-config:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-config:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-device-info:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-device-info:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-device-info:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-device-info:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-fast-image:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-fast-image:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-fast-image:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-device-info:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-fast-image:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-device-info:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-device-info:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-fast-image:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-fast-image:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-fast-image:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-fast-image:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-fast-image:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-fast-image:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-fbsdk:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-fast-image:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-fast-image:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-fbsdk:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-fbsdk:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-fbsdk:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-fbsdk:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-fbsdk:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-fbsdk:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-fbsdk:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-fbsdk:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-fbsdk:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-gesture-handler:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-fbsdk:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-fbsdk:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-gesture-handler:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-gesture-handler:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-gesture-handler:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-gesture-handler:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-gesture-handler:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-image-picker:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-image-picker:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-image-picker:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-image-picker:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-image-picker:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-image-picker:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-image-picker:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-image-picker:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-image-picker:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-image-picker:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-localize:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-image-picker:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-image-picker:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-localize:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-localize:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-localize:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-localize:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-localize:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-localize:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-localize:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-localize:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-localize:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-pdf:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-localize:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-localize:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-pdf:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-pdf:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-pdf:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-pdf:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-pdf:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-pdf:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-pdf:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-pdf:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-pdf:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-permissions:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-pdf:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-pdf:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-permissions:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-permissions:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-permissions:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-permissions:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-permissions:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-permissions:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-permissions:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-permissions:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-permissions:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-purchases:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-permissions:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-permissions:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-purchases:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-purchases:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-purchases:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-purchases:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-purchases:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-purchases:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-purchases:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-purchases:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-purchases:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-rate:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-purchases:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-purchases:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-rate:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-rate:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-rate:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-rate:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-rate:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-rate:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-rate:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-rate:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-rate:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-safe-area-context:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-rate:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-rate:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-safe-area-context:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-safe-area-context:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-safe-area-context:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-safe-area-context:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-safe-area-context:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-safe-area-context:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-safe-area-context:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-safe-area-context:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-safe-area-context:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-screens:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-safe-area-context:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-safe-area-context:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-screens:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-screens:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-screens:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-screens:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-screens:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-screens:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-screens:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-screens:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-screens:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-version-number:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-screens:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-screens:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-version-number:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-version-number:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-version-number:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-version-number:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-version-number:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-version-number:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-version-number:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-version-number:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-version-number:processReleaseJavaRes NO-SOURCE
[09:20:29]: ▸ > Task :react-native-version-number:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-webview:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :react-native-version-number:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-version-number:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :react-native-webview:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-webview:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :react-native-webview:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :react-native-webview:extractReleaseAnnotations
[09:20:29]: ▸ > Task :react-native-webview:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-webview:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-webview:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-webview:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :react-native-webview:processReleaseJavaRes NO-SOURCE
[09:20:29]: ▸ > Task :expo-application:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :expo-application:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :react-native-webview:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-webview:syncReleaseLibJars
[09:20:29]: ▸ > Task :react-native-webview:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :expo-application:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :expo-application:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :expo-application:extractReleaseAnnotations
[09:20:29]: ▸ > Task :expo-application:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-application:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-application:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :expo-application:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :expo-application:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :expo-constants:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :expo-application:syncReleaseLibJars
[09:20:29]: ▸ > Task :expo-application:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :expo-constants:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :expo-constants:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :expo-constants:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :expo-constants:extractReleaseAnnotations
[09:20:29]: ▸ > Task :expo-constants:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-constants:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-constants:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :expo-constants:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :expo-error-recovery:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :expo-constants:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :expo-error-recovery:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :expo-constants:syncReleaseLibJars
[09:20:29]: ▸ > Task :expo-constants:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :expo-error-recovery:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :expo-error-recovery:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :expo-error-recovery:extractReleaseAnnotations
[09:20:29]: ▸ > Task :expo-error-recovery:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-error-recovery:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-error-recovery:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :expo-error-recovery:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :expo-file-system:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :expo-error-recovery:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :expo-error-recovery:syncReleaseLibJars
[09:20:29]: ▸ > Task :expo-error-recovery:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :expo-file-system:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :expo-file-system:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :expo-file-system:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :expo-file-system:extractReleaseAnnotations
[09:20:29]: ▸ > Task :expo-file-system:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-file-system:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-file-system:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :expo-file-system:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :expo-font:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :expo-font:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :expo-font:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :expo-file-system:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :expo-font:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :expo-font:extractReleaseAnnotations
[09:20:29]: ▸ > Task :expo-file-system:syncReleaseLibJars
[09:20:29]: ▸ > Task :expo-file-system:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :expo-font:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-font:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-font:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :expo-font:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :expo-keep-awake:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :expo-keep-awake:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :expo-keep-awake:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :expo-font:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :expo-keep-awake:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :expo-font:syncReleaseLibJars
[09:20:29]: ▸ > Task :expo-font:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :expo-keep-awake:extractReleaseAnnotations
[09:20:29]: ▸ > Task :expo-keep-awake:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-keep-awake:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-keep-awake:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :expo-keep-awake:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :expo-notifications:mergeReleaseJniLibFolders
[09:20:29]: ▸ > Task :expo-notifications:mergeReleaseNativeLibs NO-SOURCE
[09:20:29]: ▸ > Task :expo-keep-awake:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :expo-notifications:stripReleaseDebugSymbols NO-SOURCE
[09:20:29]: ▸ > Task :expo-keep-awake:syncReleaseLibJars
[09:20:29]: ▸ > Task :expo-keep-awake:bundleReleaseLocalLintAar
[09:20:29]: ▸ > Task :expo-notifications:copyReleaseJniLibsProjectAndLocalJars
[09:20:29]: ▸ > Task :expo-notifications:extractReleaseAnnotations
[09:20:29]: ▸ > Task :expo-notifications:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-notifications:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:29]: ▸ > Task :expo-notifications:prepareLintJarForPublish UP-TO-DATE
[09:20:29]: ▸ > Task :expo-notifications:prepareReleaseArtProfile UP-TO-DATE
[09:20:29]: ▸ > Task :expo-modules-core:createNativeDepsDirectories UP-TO-DATE
[09:20:29]: ▸ > Task :expo-notifications:mergeReleaseJavaResource
[09:20:29]: ▸ > Task :react-native-gesture-handler:compileReleaseKotlin
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/GestureHandler.kt: (755, 11): Name shadowed: size
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEnabledRootView.kt: (9, 51): Unreachable code
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEnabledRootView.kt: (10, 80): Unreachable code
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt: (77, 18): 'onChildStartedNativeGesture(MotionEvent!): Unit' is deprecated. Deprecated in Java
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt: (82, 42): Parameter 'disallowIntercept' is never used
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt: (114, 28): Parameter 'viewTag' is never used
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt: (7, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt: (14, 11): 'init(Int): Unit' is deprecated. Deprecated in Java
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt: (30, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
[09:20:29]: ▸ w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt: (31, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
[09:20:30]: ▸ > Task :expo-modules-core:extractReactNativeAARRelease
[09:20:30]: ▸ > Task :react-native-gesture-handler:compileReleaseJavaWithJavac
[09:20:30]: ▸ > Task :react-native-gesture-handler:bundleLibResRelease
[09:20:30]: ▸ > Task :react-native-gesture-handler:extractReleaseAnnotations
[09:20:30]: ▸ > Task :react-native-gesture-handler:bundleLibCompileToJarRelease
[09:20:30]: ▸ > Task :react-native-gesture-handler:bundleLibRuntimeToJarRelease
[09:20:30]: ▸ > Task :react-native-gesture-handler:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:30]: ▸ > Task :app:compileAvovietnamReleaseJavaWithJavac
[09:20:30]: ▸ > Task :react-native-gesture-handler:createFullJarRelease
[09:20:30]: ▸ > Task :react-native-gesture-handler:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:30]: ▸ > Task :react-native-gesture-handler:mergeReleaseJavaResource
[09:20:30]: ▸ > Task :expo-notifications:syncReleaseLibJars
[09:20:30]: ▸ > Task :react-native-gesture-handler:syncReleaseLibJars
[09:20:30]: ▸ > Task :react-native-gesture-handler:bundleReleaseLocalLintAar
[09:20:30]: ▸ > Task :expo-notifications:bundleReleaseLocalLintAar
[09:20:30]: ▸ > Task :expo-modules-core:mergeReleaseJniLibFolders
[09:20:30]: ▸ > Task :expo-modules-core:extractReleaseAnnotations
[09:20:30]: ▸ > Task :expo-modules-core:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:30]: ▸ > Task :expo-modules-core:mergeReleaseConsumerProguardFiles
[09:20:30]: ▸ > Task :expo-modules-core:prepareLintJarForPublish UP-TO-DATE
[09:20:30]: ▸ > Task :expo-modules-core:prepareReleaseArtProfile UP-TO-DATE
[09:20:30]: ▸ > Task :react-native-linear-gradient:mergeReleaseJniLibFolders
[09:20:30]: ▸ > Task :react-native-linear-gradient:mergeReleaseNativeLibs NO-SOURCE
[09:20:30]: ▸ > Task :react-native-linear-gradient:stripReleaseDebugSymbols NO-SOURCE
[09:20:30]: ▸ > Task :react-native-linear-gradient:copyReleaseJniLibsProjectAndLocalJars
[09:20:30]: ▸ > Task :react-native-linear-gradient:extractReleaseAnnotations
[09:20:30]: ▸ > Task :react-native-linear-gradient:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[09:20:30]: ▸ > Task :expo-modules-core:mergeReleaseJavaResource
[09:20:30]: ▸ > Task :react-native-linear-gradient:mergeReleaseConsumerProguardFiles UP-TO-DATE
[09:20:30]: ▸ > Task :expo-modules-core:downloadFolly
[09:20:30]: ▸ Download https://github.com/facebook/folly/archive/v2021.07.22.00.tar.gz
[09:20:30]: ▸ > Task :expo-modules-core:syncReleaseLibJars
[09:20:31]: ▸ > Task :expo-modules-core:downloadDoubleConversion
[09:20:31]: ▸ Download https://github.com/google/double-conversion/archive/v1.1.6.tar.gz
[09:20:31]: ▸ > Task :expo-modules-core:prepareFolly
[09:20:31]: ▸ > Task :expo-modules-core:downloadBoost
[09:20:31]: ▸ Download https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz
[09:20:31]: ▸ > Task :expo-modules-core:prepareDoubleConversion
[09:20:31]: ▸ > Task :react-native-linear-gradient:prepareLintJarForPublish UP-TO-DATE
[09:20:31]: ▸ > Task :react-native-linear-gradient:prepareReleaseArtProfile UP-TO-DATE
[09:20:31]: ▸ > Task :expo-error-recovery:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-linear-gradient:mergeReleaseJavaResource
[09:20:31]: ▸ > Task :expo-file-system:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-linear-gradient:syncReleaseLibJars
[09:20:31]: ▸ > Task :react-native-linear-gradient:bundleReleaseLocalLintAar
[09:20:31]: ▸ > Task :expo-font:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :expo-keep-awake:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :expo-modules-core:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :expo-notifications:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-android-keyboard-adjust:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-bootsplash:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-clipboard_clipboard:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-community_async-storage:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-community_geolocation:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-community_masked-view:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-community_netinfo:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-config:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-device-info:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-fast-image:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-fbsdk:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-fetch-blob:writeReleaseLintModelMetadata
[09:20:31]: ▸ > Task :react-native-firebase_app:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-firebase_messaging:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-gesture-handler:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-image-picker:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-linear-gradient:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-localize:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-pdf:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-permissions:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-picker_picker:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-purchases:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-rate:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-safe-area-context:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-screens:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-vector-icons:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-version-number:bundleLibResRelease NO-SOURCE
[09:20:32]: ▸ > Task :react-native-version-number:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :react-native-version-number:bundleLibRuntimeToJarRelease
[09:20:32]: ▸ > Task :react-native-webview:bundleLibResRelease
[09:20:32]: ▸ > Task :react-native-version-number:createFullJarRelease
[09:20:32]: ▸ > Task :react-native-webview:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :sentry_react-native:bundleLibResRelease NO-SOURCE
[09:20:32]: ▸ > Task :sentry_react-native:writeReleaseLintModelMetadata
[09:20:32]: ▸ > Task :sentry_react-native:bundleLibRuntimeToJarRelease
[09:20:32]: ▸ > Task :react-native-webview:bundleLibRuntimeToJarRelease
[09:20:32]: ▸ > Task :app:mergeAvovietnamReleaseJniLibFolders
[09:20:32]: ▸ > Task :react-native-webview:createFullJarRelease
[09:20:32]: ▸ > Task :sentry_react-native:createFullJarRelease
[09:20:32]: ▸ > Task :expo:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :expo-application:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :expo-constants:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :expo-error-recovery:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :expo-file-system:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :expo-font:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :expo-keep-awake:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :expo-notifications:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-android-keyboard-adjust:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-bootsplash:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-clipboard_clipboard:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-community_async-storage:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-community_geolocation:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-community_masked-view:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-community_netinfo:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-config:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-device-info:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-fast-image:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-fbsdk:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-fetch-blob:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-firebase_app:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-firebase_messaging:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-gesture-handler:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-image-picker:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-linear-gradient:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-pdf:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-localize:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-permissions:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-picker_picker:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-purchases:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-safe-area-context:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-rate:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-screens:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-vector-icons:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-version-number:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :react-native-webview:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :sentry_react-native:copyReleaseJniLibsProjectOnly
[09:20:32]: ▸ > Task :app:mergeAvovietnamReleaseArtProfile
[09:20:32]: ▸ > Task :app:desugarAvovietnamReleaseFileDependencies
[09:20:32]: ▸ > Task :app:checkAvovietnamReleaseDuplicateClasses
[09:20:32]: ▸ > Task :app:dexBuilderAvovietnamRelease
[09:20:32]: ▸ > Task :app:processAvovietnamReleaseJavaRes NO-SOURCE
[09:20:32]: ▸ > Task :app:compressAvovietnamReleaseAssets
[09:20:32]: ▸ Execution optimizations have been disabled for task ':app:compressAvovietnamReleaseAssets' to ensure correctness due to the following reasons:
[09:20:32]: ▸ - Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android/app/build/intermediates/assets/avovietnamRelease/mergeAvovietnamReleaseAssets'. Reason: Task ':app:compressAvovietnamReleaseAssets' uses this output of task ':app:copyAvovietnamReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[09:20:33]: ▸ > Task :app:collectAvovietnamReleaseDependencies
[09:20:33]: ▸ > Task :app:sdkAvovietnamReleaseDependencyData
[09:20:33]: ▸ > Task :app:writeAvovietnamReleaseAppMetadata
[09:20:33]: ▸ > Task :app:writeAvovietnamReleaseSigningConfigVersions
[09:20:33]: ▸ > Task :app:optimizeAvovietnamReleaseResources
[09:20:33]: ▸ > Task :app:mergeAvovietnamReleaseJavaResource
[09:20:34]: ▸ > Task :app:mergeExtDexAvovietnamRelease
[09:20:37]: ▸ > Task :app:mergeDexAvovietnamRelease
[09:20:37]: ▸ > Task :app:compileAvovietnamReleaseArtProfile
[09:21:17]: ▸ > Task :expo-modules-core:prepareBoost
[09:21:17]: ▸ > Task :expo-modules-core:prepareThirdPartyNdkHeaders
[09:21:17]: ▸ > Task :expo-modules-core:extractAARHeaders
[09:21:17]: ▸ > Task :expo-modules-core:extractJNIFiles
[09:21:17]: ▸ > Task :expo-modules-core:configureCMakeRelWithDebInfo[arm64-v8a]
[09:21:21]: ▸ > Task :expo-modules-core:buildCMakeRelWithDebInfo[arm64-v8a]
[09:21:21]: ▸ C/C++: ninja: Entering directory `/Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/421t5e6r/arm64-v8a'
[09:21:21]: ▸ C/C++: ../../../../src/main/cpp/MethodMetadata.cpp:165:5: warning: field 'longLivedObjectCollection_' will be initialized after field 'name' [-Wreorder]
[09:21:21]: ▸ > Task :expo-modules-core:configureCMakeRelWithDebInfo[armeabi-v7a]
[09:21:25]: ▸ > Task :expo-modules-core:buildCMakeRelWithDebInfo[armeabi-v7a]
[09:21:25]: ▸ C/C++: ninja: Entering directory `/Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/421t5e6r/armeabi-v7a'
[09:21:25]: ▸ C/C++: ../../../../src/main/cpp/MethodMetadata.cpp:165:5: warning: field 'longLivedObjectCollection_' will be initialized after field 'name' [-Wreorder]
[09:21:25]: ▸ > Task :expo-modules-core:configureCMakeRelWithDebInfo[x86]
[09:21:29]: ▸ > Task :expo-modules-core:buildCMakeRelWithDebInfo[x86]
[09:21:29]: ▸ C/C++: ninja: Entering directory `/Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/421t5e6r/x86'
[09:21:29]: ▸ C/C++: ../../../../src/main/cpp/MethodMetadata.cpp:165:5: warning: field 'longLivedObjectCollection_' will be initialized after field 'name' [-Wreorder]
[09:21:29]: ▸ > Task :expo-modules-core:configureCMakeRelWithDebInfo[x86_64]
[09:21:33]: ▸ > Task :expo-modules-core:buildCMakeRelWithDebInfo[x86_64]
[09:21:33]: ▸ C/C++: ninja: Entering directory `/Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/421t5e6r/x86_64'
[09:21:33]: ▸ C/C++: ../../../../src/main/cpp/MethodMetadata.cpp:165:5: warning: field 'longLivedObjectCollection_' will be initialized after field 'name' [-Wreorder]
[09:21:33]: ▸ > Task :expo-modules-core:externalNativeBuildRelease
[09:21:33]: ▸ > Task :expo-modules-core:mergeReleaseNativeLibs
[09:21:34]: ▸ > Task :expo-modules-core:stripReleaseDebugSymbols
[09:21:34]: ▸ > Task :expo-modules-core:copyReleaseJniLibsProjectAndLocalJars
[09:21:34]: ▸ > Task :expo-modules-core:bundleReleaseLocalLintAar
[09:21:34]: ▸ > Task :expo-modules-core:copyReleaseJniLibsProjectOnly
[09:21:34]: ▸ > Task :app:lintVitalAnalyzeAvovietnamRelease
[09:21:35]: ▸ > Task :app:mergeAvovietnamReleaseNativeLibs
[09:21:35]: ▸ > Task :app:lintVitalReportAvovietnamRelease
[09:21:36]: ▸ > Task :app:stripAvovietnamReleaseDebugSymbols
[09:21:36]: ▸ > Task :app:lintVitalAvovietnamRelease
[09:21:36]: ▸ > Task :app:packageAvovietnamRelease FAILED
[09:21:36]: ▸ > Task :app:extractAvovietnamReleaseNativeSymbolTables
[09:21:36]: ▸ w: Detected multiple Kotlin daemon sessions at build/kotlin/sessions
[09:21:36]: ▸ FAILURE: Build failed with an exception.
[09:21:36]: ▸ * What went wrong:
[09:21:36]: ▸ Execution failed for task ':app:packageAvovietnamRelease'.
[09:21:36]: ▸ > A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
[09:21:36]: ▸ > SigningConfig "release" is missing required property "storeFile".
[09:21:36]: ▸ * Try:
[09:21:36]: ▸ > Run with --stacktrace option to get the stack trace.
[09:21:36]: ▸ > Run with --info or --debug option to get more log output.
[09:21:36]: ▸ > Run with --scan to get full insights.
[09:21:36]: ▸ * Get more help at https://help.gradle.org
[09:21:36]: ▸ Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[09:21:36]: ▸ You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[09:21:36]: ▸ See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
[09:21:36]: ▸ Execution optimizations have been disabled for 2 invalid unit(s) of work during this build to ensure correctness.
[09:21:36]: ▸ Please consult deprecation warnings for more details.
[09:21:36]: ▸ BUILD FAILED in 1m 59s
[09:21:36]: ▸ 1164 actionable tasks: 1009 executed, 155 up-to-date
+------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Lane Context |
+------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| PLATFORM_NAME | android |
| LANE_NAME | android beta |
| SIGH_PROFILE_TYPE | app-store |
| MATCH_PROVISIONING_PROFILE_MAPPING | {"com.avodating.avovietnam"=>"match AppStore com.avodating.avovietnam", "com.avodating.avophilippines"=>"match AppStore com.avodating.avophilippines"} |
| GRADLE_BUILD_TYPE | Release |
| GRADLE_FLAVOR | avovietnam |
+------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
[09:21:37]: Exit status of command '/Users/kevin/projects/avo-native/android/gradlew assembleavovietnamRelease -p android/' was 1 instead of 0.
> Task :react-native-gradle-plugin:compileKotlin UP-TO-DATE
> Task :react-native-gradle-plugin:compileJava NO-SOURCE
> Task :react-native-gradle-plugin:pluginDescriptors UP-TO-DATE
> Task :react-native-gradle-plugin:processResources UP-TO-DATE
> Task :react-native-gradle-plugin:classes UP-TO-DATE
> Task :react-native-gradle-plugin:inspectClassesForKotlinIC UP-TO-DATE
> Task :react-native-gradle-plugin:jar UP-TO-DATE
> Configure project :app
Reading env from: .env
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :expo-application
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :expo-constants
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :expo-error-recovery
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :expo-file-system
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :expo-font
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :expo-keep-awake
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :expo-modules-core
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :expo-notifications
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :expo
Using expo modules
- expo-application (4.2.2)
- expo-constants (13.2.4)
- expo-error-recovery (3.2.0)
- expo-file-system (14.1.0)
- expo-font (10.2.1)
- expo-keep-awake (10.2.1)
- expo-modules-core (0.11.9)
- expo-notifications (0.16.1)
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :react-native-android-keyboard-adjust
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-bootsplash
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-clipboard_clipboard
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-community_async-storage
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-community_geolocation
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-community_masked-view
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-community_netinfo
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-config
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-device-info
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-fast-image
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-fbsdk
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-fetch-blob
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :react-native-firebase_app
:react-native-firebase_app package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_app:firebase.bom using default value: 28.4.2
:react-native-firebase_app:play.play-services-auth using default value: 19.2.0
:react-native-firebase_app package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_app:version set from package.json: 12.9.3 (12,9,3 - 12009003)
:react-native-firebase_app:android.compileSdk using custom value: 31
:react-native-firebase_app:android.targetSdk using custom value: 31
:react-native-firebase_app:android.minSdk using custom value: 21
:react-native-firebase_app:reactNativeAndroidDir /Users/kevin/projects/avo-native/node_modules/react-native/android
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-firebase_messaging
:react-native-firebase_messaging package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/messaging/package.json
:react-native-firebase_app package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_messaging:firebase.bom using default value: 28.4.2
:react-native-firebase_messaging package.json found at /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/messaging/package.json
:react-native-firebase_messaging:version set from package.json: 12.9.3 (12,9,3 - 12009003)
:react-native-firebase_messaging:android.compileSdk using custom value: 31
:react-native-firebase_messaging:android.targetSdk using custom value: 31
:react-native-firebase_messaging:android.minSdk using custom value: 21
:react-native-firebase_messaging:reactNativeAndroidDir /Users/kevin/projects/avo-native/node_modules/react-native/android
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-gesture-handler
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-image-picker
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-linear-gradient
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-localize
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-pdf
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-permissions
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-picker_picker
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-purchases
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-rate
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Configure project :react-native-reanimated
AAR for react-native-reanimated has been found
/Users/kevin/projects/avo-native/node_modules/react-native-reanimated/android/react-native-reanimated-70-hermes.aar
> Configure project :react-native-safe-area-context
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-screens
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-vector-icons
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-version-number
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :react-native-webview
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Configure project :sentry_react-native
WARNING:DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
> Task :app:bundleAvovietnamReleaseJsAndAssets
warning: the transform cache was reset.
Welcome to Metro v0.72.3
Fast - Scalable - Integrated
info Writing bundle output to:, /Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle
info Writing sourcemap output to:, /Users/kevin/projects/avo-native/android/app/build/intermediates/sourcemaps/react/avovietnam/release/index.android.bundle.packager.map
info Done writing bundle output
info Done writing sourcemap output
info Copying 47 asset files
info Done copying assets
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:1726:23: warning: the variable "DebuggerInternal" was not declared in function "__shouldPauseOnThrow"
return typeof DebuggerInternal !== 'undefined' && DebuggerInternal.shouldPauseOnThrow === true;
^~~~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:4926:7: warning: the variable "setTimeout" was not declared in function "logCapturedError"
setTimeout(function () {
^~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:3524:21: warning: the variable "clearTimeout" was not declared in anonymous function " 95#"
cancelTimeout = clearTimeout;
^~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:7424:30: warning: the variable "__REACT_DEVTOOLS_GLOBAL_HOOK__" was not declared in anonymous function " 95#"
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:7439:146: warning: the variable "nativeFabricUIManager" was not declared in anonymous function " 124#"
null != handle._nativeTag && (null != handle._internalInstanceHandle ? (handle = handle._internalInstanceHandle.stateNode, null != handle && nativeFabricUIManager.dispatchCommand(handle.node, command, args)) : _$$_REQUIRE(_dependencyMap[2]).UIManager.dispatchViewManagerCommand(handle._nativeTag, command, args));
^~~~~~~~~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:8209:5: warning: the variable "setImmediate" was not declared in function "handleResolved"
setImmediate(function () {
^~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:8420:16: warning: the variable "AggregateError" was not declared in function "getAggregateError"
if (typeof AggregateError === 'function') {
^~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11168:12: warning: the variable "fetch" was not declared in anonymous function " 296#"
fetch: fetch,
^~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11169:14: warning: the variable "Headers" was not declared in anonymous function " 296#"
Headers: Headers,
^~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11170:14: warning: the variable "Request" was not declared in anonymous function " 296#"
Request: Request,
^~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11171:15: warning: the variable "Response" was not declared in anonymous function " 296#"
Response: Response
^~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11319:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer"
var reader = new FileReader();
^~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11356:36: warning: the variable "Blob" was not declared in anonymous function " 307#"
} else if (support.blob && Blob.prototype.isPrototypeOf(body)) {
^~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11358:40: warning: the variable "FormData" was not declared in anonymous function " 307#"
} else if (support.formData && FormData.prototype.isPrototypeOf(body)) {
^~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11360:44: warning: the variable "URLSearchParams" was not declared in anonymous function " 307#"
} else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) {
^~~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11587:23: warning: the variable "XMLHttpRequest" was not declared in anonymous function " 316#"
var xhr = new XMLHttpRequest();
^~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:11180:76: warning: the variable "self" was not declared in anonymous function " 299#"
var global = typeof globalThis !== 'undefined' && globalThis || typeof self !== 'undefined' && self || typeof global !== 'undefined' && global;
^~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:18744:27: warning: the variable "performance" was not declared in anonymous function " 500#"
if ("object" === typeof performance && "function" === typeof performance.now) {
^~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:18767:26: warning: the variable "navigator" was not declared in anonymous function " 500#"
"undefined" !== typeof navigator && undefined !== navigator.scheduling && undefined !== navigator.scheduling.isInputPending && navigator.scheduling.isInputPending.bind(navigator.scheduling);
^~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:18834:37: warning: the variable "MessageChannel" was not declared in anonymous function " 500#"
};else if ("undefined" !== typeof MessageChannel) {
^~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:26058:32: warning: the variable "requestAnimationFrame" was not declared in function "onUpdate"
this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));
^~~~~~~~~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:41747:26: warning: the variable "setInterval" was not declared in function "SessionFlusher"
this._intervalId = setInterval(function () {
^~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:41793:9: warning: the variable "clearInterval" was not declared in function "close 3#"
clearInterval(this._intervalId);
^~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53047:24: warning: the variable "indexedDB" was not declared in function "getIDB"
if (typeof indexedDB !== 'undefined') {
^~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53050:24: warning: the variable "webkitIndexedDB" was not declared in function "getIDB"
if (typeof webkitIndexedDB !== 'undefined') {
^~~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53053:24: warning: the variable "mozIndexedDB" was not declared in function "getIDB"
if (typeof mozIndexedDB !== 'undefined') {
^~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53056:24: warning: the variable "OIndexedDB" was not declared in function "getIDB"
if (typeof OIndexedDB !== 'undefined') {
^~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53059:24: warning: the variable "msIndexedDB" was not declared in function "getIDB"
if (typeof msIndexedDB !== 'undefined') {
^~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53072:35: warning: the variable "openDatabase" was not declared in function "isIndexedDBValid"
var isSafari = typeof openDatabase !== 'undefined' && /(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent) && !/Chrome/.test(navigator.userAgent) && !/BlackBerry/.test(navigator.platform);
^~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53074:90: warning: the variable "IDBKeyRange" was not declared in function "isIndexedDBValid"
return (!isSafari || hasFetch) && typeof indexedDB !== 'undefined' && typeof IDBKeyRange !== 'undefined';
^~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53088:34: warning: the variable "BlobBuilder" was not declared in function "createBlob"
var Builder = typeof BlobBuilder !== 'undefined' ? BlobBuilder : typeof MSBlobBuilder !== 'undefined' ? MSBlobBuilder : typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder : WebKitBlobBuilder;
^~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53088:85: warning: the variable "MSBlobBuilder" was not declared in function "createBlob"
var Builder = typeof BlobBuilder !== 'undefined' ? BlobBuilder : typeof MSBlobBuilder !== 'undefined' ? MSBlobBuilder : typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder : WebKitBlobBuilder;
^~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53088:140: warning: the variable "MozBlobBuilder" was not declared in function "createBlob"
var Builder = typeof BlobBuilder !== 'undefined' ? BlobBuilder : typeof MSBlobBuilder !== 'undefined' ? MSBlobBuilder : typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder : WebKitBlobBuilder;
^~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53088:190: warning: the variable "WebKitBlobBuilder" was not declared in function "createBlob"
var Builder = typeof BlobBuilder !== 'undefined' ? BlobBuilder : typeof MSBlobBuilder !== 'undefined' ? MSBlobBuilder : typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder : WebKitBlobBuilder;
^~~~~~~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53286:28: warning: the variable "btoa" was not declared in anonymous function " 2043#"
var base64 = btoa(e.target.result || '');
^~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:53297:51: warning: the variable "atob" was not declared in function "_decodeBlob"
var arrayBuff = _binStringToArrayBuffer(atob(encodedBlob.data));
^~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:54328:27: warning: the variable "localStorage" was not declared in function "isLocalStorageValid"
return typeof localStorage !== 'undefined' && 'setItem' in localStorage && !!localStorage.setItem;
^~~~~~~~~~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:184182:24: warning: the variable "Intl" was not declared in function "rebuildGuess"
var intlName = Intl.DateTimeFormat().resolvedOptions().timeZone;
^~~~
/Users/kevin/projects/avo-native/android/app/build/generated/assets/react/avovietnam/release/index.android.bundle:233360:18: warning: the variable "AbortController" was not declared in anonymous function " 9821#"
if (typeof AbortController !== 'undefined') {
^~~~~~~~~~~~~~~
> Task :app:generatePackageList
> Task :app:preBuild
> Task :app:preAvovietnamReleaseBuild
> Task :expo:generateExpoModulesPackageList
> Task :expo:preBuild
> Task :expo:preReleaseBuild
> Task :expo-application:preBuild UP-TO-DATE
> Task :expo-application:preReleaseBuild UP-TO-DATE
> Task :expo-modules-core:preBuild UP-TO-DATE
> Task :expo-modules-core:preReleaseBuild UP-TO-DATE
> Task :expo-modules-core:compileReleaseAidl NO-SOURCE
> Task :expo-application:compileReleaseAidl NO-SOURCE
> Task :expo-constants:preBuild UP-TO-DATE
> Task :expo-constants:preReleaseBuild UP-TO-DATE
> Task :expo-constants:compileReleaseAidl NO-SOURCE
> Task :expo-error-recovery:preBuild UP-TO-DATE
> Task :expo-error-recovery:preReleaseBuild UP-TO-DATE
> Task :expo-error-recovery:compileReleaseAidl NO-SOURCE
> Task :expo-file-system:preBuild UP-TO-DATE
> Task :expo-file-system:preReleaseBuild UP-TO-DATE
> Task :expo-file-system:compileReleaseAidl NO-SOURCE
> Task :expo-font:preBuild UP-TO-DATE
> Task :expo-font:preReleaseBuild UP-TO-DATE
> Task :expo-font:compileReleaseAidl NO-SOURCE
> Task :expo-keep-awake:preBuild UP-TO-DATE
> Task :expo-keep-awake:preReleaseBuild UP-TO-DATE
> Task :expo-keep-awake:compileReleaseAidl NO-SOURCE
> Task :expo-notifications:preBuild UP-TO-DATE
> Task :expo-notifications:preReleaseBuild UP-TO-DATE
> Task :expo-notifications:compileReleaseAidl NO-SOURCE
> Task :expo:compileReleaseAidl NO-SOURCE
> Task :react-native-android-keyboard-adjust:preBuild UP-TO-DATE
> Task :react-native-android-keyboard-adjust:preReleaseBuild UP-TO-DATE
> Task :react-native-android-keyboard-adjust:compileReleaseAidl NO-SOURCE
> Task :react-native-bootsplash:preBuild UP-TO-DATE
> Task :react-native-bootsplash:preReleaseBuild UP-TO-DATE
> Task :react-native-bootsplash:compileReleaseAidl NO-SOURCE
> Task :react-native-clipboard_clipboard:preBuild UP-TO-DATE
> Task :react-native-clipboard_clipboard:preReleaseBuild UP-TO-DATE
> Task :react-native-clipboard_clipboard:compileReleaseAidl NO-SOURCE
> Task :react-native-community_async-storage:preBuild UP-TO-DATE
> Task :react-native-community_async-storage:preReleaseBuild UP-TO-DATE
> Task :react-native-community_async-storage:compileReleaseAidl NO-SOURCE
> Task :react-native-community_geolocation:preBuild UP-TO-DATE
> Task :react-native-community_geolocation:preReleaseBuild UP-TO-DATE
> Task :react-native-community_geolocation:compileReleaseAidl NO-SOURCE
> Task :react-native-community_masked-view:preBuild UP-TO-DATE
> Task :react-native-community_masked-view:preReleaseBuild UP-TO-DATE
> Task :react-native-community_masked-view:compileReleaseAidl NO-SOURCE
> Task :react-native-community_netinfo:preBuild UP-TO-DATE
> Task :react-native-community_netinfo:preReleaseBuild UP-TO-DATE
> Task :react-native-community_netinfo:compileReleaseAidl NO-SOURCE
> Task :react-native-config:preBuild UP-TO-DATE
> Task :react-native-config:preReleaseBuild UP-TO-DATE
> Task :react-native-config:compileReleaseAidl NO-SOURCE
> Task :react-native-device-info:preBuild UP-TO-DATE
> Task :react-native-device-info:preReleaseBuild UP-TO-DATE
> Task :react-native-device-info:compileReleaseAidl NO-SOURCE
> Task :react-native-fast-image:preBuild UP-TO-DATE
> Task :react-native-fast-image:preReleaseBuild UP-TO-DATE
> Task :react-native-fast-image:compileReleaseAidl NO-SOURCE
> Task :react-native-fbsdk:preBuild UP-TO-DATE
> Task :react-native-fbsdk:preReleaseBuild UP-TO-DATE
> Task :react-native-fbsdk:compileReleaseAidl NO-SOURCE
> Task :react-native-fetch-blob:preBuild UP-TO-DATE
> Task :react-native-fetch-blob:preReleaseBuild UP-TO-DATE
> Task :react-native-fetch-blob:compileReleaseAidl NO-SOURCE
> Task :react-native-firebase_app:preBuild UP-TO-DATE
> Task :react-native-firebase_app:preReleaseBuild UP-TO-DATE
> Task :react-native-firebase_app:compileReleaseAidl NO-SOURCE
> Task :react-native-firebase_messaging:preBuild UP-TO-DATE
> Task :react-native-firebase_messaging:preReleaseBuild UP-TO-DATE
> Task :react-native-firebase_messaging:compileReleaseAidl NO-SOURCE
> Task :react-native-gesture-handler:assertNoMultipleInstances
> Task :react-native-gesture-handler:preBuild
> Task :react-native-gesture-handler:preReleaseBuild
> Task :react-native-gesture-handler:compileReleaseAidl NO-SOURCE
> Task :react-native-image-picker:preBuild UP-TO-DATE
> Task :react-native-image-picker:preReleaseBuild UP-TO-DATE
> Task :react-native-image-picker:compileReleaseAidl NO-SOURCE
> Task :react-native-linear-gradient:preBuild UP-TO-DATE
> Task :react-native-linear-gradient:preReleaseBuild UP-TO-DATE
> Task :react-native-linear-gradient:compileReleaseAidl NO-SOURCE
> Task :react-native-localize:preBuild UP-TO-DATE
> Task :react-native-localize:preReleaseBuild UP-TO-DATE
> Task :react-native-localize:compileReleaseAidl NO-SOURCE
> Task :react-native-pdf:preBuild UP-TO-DATE
> Task :react-native-pdf:preReleaseBuild UP-TO-DATE
> Task :react-native-pdf:compileReleaseAidl NO-SOURCE
> Task :react-native-permissions:preBuild UP-TO-DATE
> Task :react-native-permissions:preReleaseBuild UP-TO-DATE
> Task :react-native-permissions:compileReleaseAidl NO-SOURCE
> Task :react-native-picker_picker:preBuild UP-TO-DATE
> Task :react-native-picker_picker:preReleaseBuild UP-TO-DATE
> Task :react-native-picker_picker:compileReleaseAidl NO-SOURCE
> Task :react-native-purchases:preBuild UP-TO-DATE
> Task :react-native-purchases:preReleaseBuild UP-TO-DATE
> Task :react-native-purchases:compileReleaseAidl NO-SOURCE
> Task :react-native-rate:preBuild UP-TO-DATE
> Task :react-native-rate:preReleaseBuild UP-TO-DATE
> Task :react-native-rate:compileReleaseAidl NO-SOURCE
> Task :react-native-safe-area-context:preBuild UP-TO-DATE
> Task :react-native-safe-area-context:preReleaseBuild UP-TO-DATE
> Task :react-native-safe-area-context:compileReleaseAidl NO-SOURCE
> Task :react-native-screens:preBuild UP-TO-DATE
> Task :react-native-screens:preReleaseBuild UP-TO-DATE
> Task :react-native-screens:compileReleaseAidl NO-SOURCE
> Task :react-native-vector-icons:preBuild UP-TO-DATE
> Task :react-native-vector-icons:preReleaseBuild UP-TO-DATE
> Task :react-native-vector-icons:compileReleaseAidl NO-SOURCE
> Task :react-native-version-number:preBuild UP-TO-DATE
> Task :react-native-version-number:preReleaseBuild UP-TO-DATE
> Task :react-native-version-number:compileReleaseAidl NO-SOURCE
> Task :react-native-webview:preBuild UP-TO-DATE
> Task :react-native-webview:preReleaseBuild UP-TO-DATE
> Task :react-native-webview:compileReleaseAidl NO-SOURCE
> Task :sentry_react-native:preBuild UP-TO-DATE
> Task :sentry_react-native:preReleaseBuild UP-TO-DATE
> Task :sentry_react-native:compileReleaseAidl NO-SOURCE
> Task :app:compileAvovietnamReleaseAidl NO-SOURCE
> Task :expo:packageReleaseRenderscript NO-SOURCE
> Task :expo-application:packageReleaseRenderscript NO-SOURCE
> Task :expo-constants:packageReleaseRenderscript NO-SOURCE
> Task :expo-error-recovery:packageReleaseRenderscript NO-SOURCE
> Task :expo-file-system:packageReleaseRenderscript NO-SOURCE
> Task :expo-font:packageReleaseRenderscript NO-SOURCE
> Task :expo-keep-awake:packageReleaseRenderscript NO-SOURCE
> Task :expo-modules-core:packageReleaseRenderscript NO-SOURCE
> Task :expo-notifications:packageReleaseRenderscript NO-SOURCE
> Task :react-native-android-keyboard-adjust:packageReleaseRenderscript NO-SOURCE
> Task :react-native-bootsplash:packageReleaseRenderscript NO-SOURCE
> Task :react-native-clipboard_clipboard:packageReleaseRenderscript NO-SOURCE
> Task :react-native-community_async-storage:packageReleaseRenderscript NO-SOURCE
> Task :react-native-community_geolocation:packageReleaseRenderscript NO-SOURCE
> Task :react-native-community_masked-view:packageReleaseRenderscript NO-SOURCE
> Task :react-native-community_netinfo:packageReleaseRenderscript NO-SOURCE
> Task :react-native-config:packageReleaseRenderscript NO-SOURCE
> Task :react-native-device-info:packageReleaseRenderscript NO-SOURCE
> Task :react-native-fast-image:packageReleaseRenderscript NO-SOURCE
> Task :react-native-fbsdk:packageReleaseRenderscript NO-SOURCE
> Task :react-native-fetch-blob:packageReleaseRenderscript NO-SOURCE
> Task :react-native-firebase_app:packageReleaseRenderscript NO-SOURCE
> Task :react-native-firebase_messaging:packageReleaseRenderscript NO-SOURCE
> Task :react-native-gesture-handler:packageReleaseRenderscript NO-SOURCE
> Task :react-native-image-picker:packageReleaseRenderscript NO-SOURCE
> Task :react-native-linear-gradient:packageReleaseRenderscript NO-SOURCE
> Task :react-native-localize:packageReleaseRenderscript NO-SOURCE
> Task :react-native-pdf:packageReleaseRenderscript NO-SOURCE
> Task :react-native-permissions:packageReleaseRenderscript NO-SOURCE
> Task :react-native-picker_picker:packageReleaseRenderscript NO-SOURCE
> Task :react-native-purchases:packageReleaseRenderscript NO-SOURCE
> Task :react-native-rate:packageReleaseRenderscript NO-SOURCE
> Task :react-native-safe-area-context:packageReleaseRenderscript NO-SOURCE
> Task :react-native-screens:packageReleaseRenderscript NO-SOURCE
> Task :react-native-vector-icons:packageReleaseRenderscript NO-SOURCE
> Task :react-native-version-number:packageReleaseRenderscript NO-SOURCE
> Task :react-native-webview:packageReleaseRenderscript NO-SOURCE
> Task :sentry_react-native:packageReleaseRenderscript NO-SOURCE
> Task :app:compileAvovietnamReleaseRenderscript NO-SOURCE
> Task :app:generateAvovietnamReleaseBuildConfig
> Task :app:javaPreCompileAvovietnamRelease
> Task :app:generateAvovietnamReleaseResValues
> Task :app:mergeAvovietnamReleaseShaders
> Task :app:compileAvovietnamReleaseShaders NO-SOURCE
> Task :app:copyReactNativeVectorIconFonts
> Task :app:generateAvovietnamReleaseAssets
> Task :expo:mergeReleaseShaders
> Task :expo:compileReleaseShaders NO-SOURCE
> Task :expo:generateReleaseAssets UP-TO-DATE
> Task :expo:packageReleaseAssets
> Task :expo-application:mergeReleaseShaders
> Task :expo-application:compileReleaseShaders NO-SOURCE
> Task :expo-application:generateReleaseAssets UP-TO-DATE
> Task :expo-application:packageReleaseAssets
> Task :expo-constants:mergeReleaseShaders
> Task :expo-constants:compileReleaseShaders NO-SOURCE
> Task :expo-constants:createReleaseExpoConfig
Execution optimizations have been disabled for task ':expo-constants:createReleaseExpoConfig' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:bundleAvovietnamReleaseJsAndAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:compileAvovietnamReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:compileAvovietnamReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:compileAvovietnamReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:copyReactNativeVectorIconFonts' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:generateAvovietnamReleaseBuildConfig' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:generateAvovietnamReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:javaPreCompileAvovietnamRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android'. Reason: Task ':expo-constants:createReleaseExpoConfig' uses this output of task ':app:mergeAvovietnamReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :expo-constants:copyReleaseExpoConfig
> Task :expo-constants:generateReleaseAssets UP-TO-DATE
> Task :expo-constants:packageReleaseAssets
> Task :expo-error-recovery:mergeReleaseShaders
> Task :expo-error-recovery:compileReleaseShaders NO-SOURCE
> Task :expo-error-recovery:generateReleaseAssets UP-TO-DATE
> Task :expo-error-recovery:packageReleaseAssets
> Task :expo-file-system:mergeReleaseShaders
> Task :expo-file-system:compileReleaseShaders NO-SOURCE
> Task :expo-file-system:generateReleaseAssets UP-TO-DATE
> Task :expo-file-system:packageReleaseAssets
> Task :expo-font:mergeReleaseShaders
> Task :expo-font:compileReleaseShaders NO-SOURCE
> Task :expo-font:generateReleaseAssets UP-TO-DATE
> Task :expo-font:packageReleaseAssets
> Task :expo-keep-awake:mergeReleaseShaders
> Task :expo-keep-awake:compileReleaseShaders NO-SOURCE
> Task :expo-keep-awake:generateReleaseAssets UP-TO-DATE
> Task :expo-keep-awake:packageReleaseAssets
> Task :expo-modules-core:mergeReleaseShaders
> Task :expo-modules-core:compileReleaseShaders NO-SOURCE
> Task :expo-modules-core:generateReleaseAssets UP-TO-DATE
> Task :expo-modules-core:packageReleaseAssets
> Task :expo-notifications:mergeReleaseShaders
> Task :expo-notifications:compileReleaseShaders NO-SOURCE
> Task :expo-notifications:generateReleaseAssets UP-TO-DATE
> Task :expo-notifications:packageReleaseAssets
> Task :react-native-android-keyboard-adjust:mergeReleaseShaders
> Task :react-native-android-keyboard-adjust:compileReleaseShaders NO-SOURCE
> Task :react-native-android-keyboard-adjust:generateReleaseAssets UP-TO-DATE
> Task :react-native-android-keyboard-adjust:packageReleaseAssets
> Task :react-native-bootsplash:mergeReleaseShaders
> Task :react-native-bootsplash:compileReleaseShaders NO-SOURCE
> Task :react-native-bootsplash:generateReleaseAssets UP-TO-DATE
> Task :react-native-bootsplash:packageReleaseAssets
> Task :react-native-clipboard_clipboard:mergeReleaseShaders
> Task :react-native-clipboard_clipboard:compileReleaseShaders NO-SOURCE
> Task :react-native-clipboard_clipboard:generateReleaseAssets UP-TO-DATE
> Task :react-native-clipboard_clipboard:packageReleaseAssets
> Task :react-native-community_async-storage:mergeReleaseShaders
> Task :react-native-community_async-storage:compileReleaseShaders NO-SOURCE
> Task :react-native-community_async-storage:generateReleaseAssets UP-TO-DATE
> Task :react-native-community_async-storage:packageReleaseAssets
> Task :react-native-community_geolocation:mergeReleaseShaders
> Task :react-native-community_geolocation:compileReleaseShaders NO-SOURCE
> Task :react-native-community_geolocation:generateReleaseAssets UP-TO-DATE
> Task :react-native-community_geolocation:packageReleaseAssets
> Task :react-native-community_masked-view:mergeReleaseShaders
> Task :react-native-community_masked-view:compileReleaseShaders NO-SOURCE
> Task :react-native-community_masked-view:generateReleaseAssets UP-TO-DATE
> Task :react-native-community_masked-view:packageReleaseAssets
> Task :react-native-community_netinfo:mergeReleaseShaders
> Task :react-native-community_netinfo:compileReleaseShaders NO-SOURCE
> Task :react-native-community_netinfo:generateReleaseAssets UP-TO-DATE
> Task :react-native-community_netinfo:packageReleaseAssets
> Task :react-native-config:mergeReleaseShaders
> Task :react-native-config:compileReleaseShaders NO-SOURCE
> Task :react-native-config:generateReleaseAssets UP-TO-DATE
> Task :react-native-config:packageReleaseAssets
> Task :react-native-device-info:mergeReleaseShaders
> Task :react-native-device-info:compileReleaseShaders NO-SOURCE
> Task :react-native-device-info:generateReleaseAssets UP-TO-DATE
> Task :react-native-device-info:packageReleaseAssets
> Task :react-native-fast-image:mergeReleaseShaders
> Task :react-native-fast-image:compileReleaseShaders NO-SOURCE
> Task :react-native-fast-image:generateReleaseAssets UP-TO-DATE
> Task :react-native-fast-image:packageReleaseAssets
> Task :react-native-fbsdk:mergeReleaseShaders
> Task :react-native-fbsdk:compileReleaseShaders NO-SOURCE
> Task :react-native-fbsdk:generateReleaseAssets UP-TO-DATE
> Task :react-native-fbsdk:packageReleaseAssets
> Task :react-native-fetch-blob:mergeReleaseShaders
> Task :react-native-fetch-blob:compileReleaseShaders NO-SOURCE
> Task :react-native-fetch-blob:generateReleaseAssets UP-TO-DATE
> Task :react-native-fetch-blob:packageReleaseAssets
> Task :react-native-firebase_app:mergeReleaseShaders
> Task :react-native-firebase_app:compileReleaseShaders NO-SOURCE
> Task :react-native-firebase_app:generateReleaseAssets UP-TO-DATE
> Task :react-native-firebase_app:packageReleaseAssets
> Task :react-native-firebase_messaging:mergeReleaseShaders
> Task :react-native-firebase_messaging:compileReleaseShaders NO-SOURCE
> Task :react-native-firebase_messaging:generateReleaseAssets UP-TO-DATE
> Task :react-native-firebase_messaging:packageReleaseAssets
> Task :react-native-gesture-handler:mergeReleaseShaders
> Task :react-native-gesture-handler:compileReleaseShaders NO-SOURCE
> Task :react-native-gesture-handler:generateReleaseAssets UP-TO-DATE
> Task :react-native-gesture-handler:packageReleaseAssets
> Task :react-native-image-picker:mergeReleaseShaders
> Task :react-native-image-picker:compileReleaseShaders NO-SOURCE
> Task :react-native-image-picker:generateReleaseAssets UP-TO-DATE
> Task :react-native-image-picker:packageReleaseAssets
> Task :react-native-linear-gradient:mergeReleaseShaders
> Task :react-native-linear-gradient:compileReleaseShaders NO-SOURCE
> Task :react-native-linear-gradient:generateReleaseAssets UP-TO-DATE
> Task :react-native-linear-gradient:packageReleaseAssets
> Task :react-native-localize:mergeReleaseShaders
> Task :react-native-localize:compileReleaseShaders NO-SOURCE
> Task :react-native-localize:generateReleaseAssets UP-TO-DATE
> Task :react-native-localize:packageReleaseAssets
> Task :react-native-pdf:mergeReleaseShaders
> Task :react-native-pdf:compileReleaseShaders NO-SOURCE
> Task :react-native-pdf:generateReleaseAssets UP-TO-DATE
> Task :react-native-pdf:packageReleaseAssets
> Task :react-native-permissions:mergeReleaseShaders
> Task :react-native-permissions:compileReleaseShaders NO-SOURCE
> Task :react-native-permissions:generateReleaseAssets UP-TO-DATE
> Task :react-native-permissions:packageReleaseAssets
> Task :react-native-picker_picker:mergeReleaseShaders
> Task :react-native-picker_picker:compileReleaseShaders NO-SOURCE
> Task :react-native-picker_picker:generateReleaseAssets UP-TO-DATE
> Task :react-native-picker_picker:packageReleaseAssets
> Task :react-native-purchases:mergeReleaseShaders
> Task :react-native-purchases:compileReleaseShaders NO-SOURCE
> Task :react-native-purchases:generateReleaseAssets UP-TO-DATE
> Task :react-native-purchases:packageReleaseAssets
> Task :react-native-rate:mergeReleaseShaders
> Task :react-native-rate:compileReleaseShaders NO-SOURCE
> Task :react-native-rate:generateReleaseAssets UP-TO-DATE
> Task :react-native-rate:packageReleaseAssets
> Task :react-native-safe-area-context:mergeReleaseShaders
> Task :react-native-safe-area-context:compileReleaseShaders NO-SOURCE
> Task :react-native-safe-area-context:generateReleaseAssets UP-TO-DATE
> Task :react-native-safe-area-context:packageReleaseAssets
> Task :react-native-screens:mergeReleaseShaders
> Task :react-native-screens:compileReleaseShaders NO-SOURCE
> Task :react-native-screens:generateReleaseAssets UP-TO-DATE
> Task :react-native-screens:packageReleaseAssets
> Task :react-native-vector-icons:mergeReleaseShaders
> Task :react-native-vector-icons:compileReleaseShaders NO-SOURCE
> Task :react-native-vector-icons:generateReleaseAssets UP-TO-DATE
> Task :react-native-vector-icons:packageReleaseAssets
> Task :react-native-version-number:mergeReleaseShaders
> Task :react-native-version-number:compileReleaseShaders NO-SOURCE
> Task :react-native-version-number:generateReleaseAssets UP-TO-DATE
> Task :react-native-version-number:packageReleaseAssets
> Task :react-native-webview:mergeReleaseShaders
> Task :react-native-webview:compileReleaseShaders NO-SOURCE
> Task :react-native-webview:generateReleaseAssets UP-TO-DATE
> Task :react-native-webview:packageReleaseAssets
> Task :sentry_react-native:mergeReleaseShaders
> Task :sentry_react-native:compileReleaseShaders NO-SOURCE
> Task :sentry_react-native:generateReleaseAssets UP-TO-DATE
> Task :sentry_react-native:packageReleaseAssets
> Task :app:mergeAvovietnamReleaseAssets
> Task :app:copyAvovietnamReleaseBundledJs
> Task :app:generateAvovietnamReleaseResources
> Task :app:processAvovietnamReleaseGoogleServices
> Task :expo:compileReleaseRenderscript NO-SOURCE
> Task :expo:generateReleaseResValues
> Task :expo:generateReleaseResources
> Task :expo:packageReleaseResources
> Task :expo-application:compileReleaseRenderscript NO-SOURCE
> Task :expo-application:generateReleaseResValues
> Task :expo-application:generateReleaseResources
> Task :expo-application:packageReleaseResources
> Task :expo-constants:compileReleaseRenderscript NO-SOURCE
> Task :expo-constants:generateReleaseResValues
> Task :expo-constants:generateReleaseResources
> Task :expo-constants:packageReleaseResources
> Task :expo-error-recovery:compileReleaseRenderscript NO-SOURCE
> Task :expo-error-recovery:generateReleaseResValues
> Task :expo-error-recovery:generateReleaseResources
> Task :expo-error-recovery:packageReleaseResources
> Task :expo-file-system:compileReleaseRenderscript NO-SOURCE
> Task :expo-file-system:generateReleaseResValues
> Task :expo-file-system:generateReleaseResources
> Task :expo-file-system:packageReleaseResources
> Task :expo-font:compileReleaseRenderscript NO-SOURCE
> Task :expo-font:generateReleaseResValues
> Task :expo-font:generateReleaseResources
> Task :expo-font:packageReleaseResources
> Task :expo-keep-awake:compileReleaseRenderscript NO-SOURCE
> Task :expo-keep-awake:generateReleaseResValues
> Task :expo-keep-awake:generateReleaseResources
> Task :expo-keep-awake:packageReleaseResources
> Task :expo-modules-core:compileReleaseRenderscript NO-SOURCE
> Task :expo-modules-core:generateReleaseResValues
> Task :expo-modules-core:generateReleaseResources
> Task :expo-modules-core:packageReleaseResources
> Task :expo-notifications:compileReleaseRenderscript NO-SOURCE
> Task :expo-notifications:generateReleaseResValues
> Task :expo-notifications:generateReleaseResources
> Task :expo-notifications:packageReleaseResources
> Task :react-native-android-keyboard-adjust:compileReleaseRenderscript NO-SOURCE
> Task :react-native-android-keyboard-adjust:generateReleaseResValues
> Task :react-native-android-keyboard-adjust:generateReleaseResources
> Task :react-native-android-keyboard-adjust:packageReleaseResources
> Task :react-native-bootsplash:compileReleaseRenderscript NO-SOURCE
> Task :react-native-bootsplash:generateReleaseResValues
> Task :react-native-bootsplash:generateReleaseResources
> Task :react-native-bootsplash:packageReleaseResources
> Task :react-native-clipboard_clipboard:compileReleaseRenderscript NO-SOURCE
> Task :react-native-clipboard_clipboard:generateReleaseResValues
> Task :react-native-clipboard_clipboard:generateReleaseResources
> Task :react-native-clipboard_clipboard:packageReleaseResources
> Task :react-native-community_async-storage:compileReleaseRenderscript NO-SOURCE
> Task :react-native-community_async-storage:generateReleaseResValues
> Task :react-native-community_async-storage:generateReleaseResources
> Task :react-native-community_async-storage:packageReleaseResources
> Task :react-native-community_geolocation:compileReleaseRenderscript NO-SOURCE
> Task :react-native-community_geolocation:generateReleaseResValues
> Task :react-native-community_geolocation:generateReleaseResources
> Task :react-native-community_geolocation:packageReleaseResources
> Task :react-native-community_masked-view:compileReleaseRenderscript NO-SOURCE
> Task :react-native-community_masked-view:generateReleaseResValues
> Task :react-native-community_masked-view:generateReleaseResources
> Task :react-native-community_masked-view:packageReleaseResources
> Task :react-native-community_netinfo:compileReleaseRenderscript NO-SOURCE
> Task :react-native-community_netinfo:generateReleaseResValues
> Task :react-native-community_netinfo:generateReleaseResources
> Task :react-native-community_netinfo:packageReleaseResources
> Task :react-native-config:compileReleaseRenderscript NO-SOURCE
> Task :react-native-config:generateReleaseResValues
> Task :react-native-config:generateReleaseResources
> Task :react-native-config:packageReleaseResources
> Task :react-native-device-info:compileReleaseRenderscript NO-SOURCE
> Task :react-native-device-info:generateReleaseResValues
> Task :react-native-device-info:generateReleaseResources
> Task :react-native-device-info:packageReleaseResources
> Task :react-native-fast-image:compileReleaseRenderscript NO-SOURCE
> Task :react-native-fast-image:generateReleaseResValues
> Task :react-native-fast-image:generateReleaseResources
> Task :react-native-fast-image:packageReleaseResources
> Task :react-native-fbsdk:compileReleaseRenderscript NO-SOURCE
> Task :react-native-fbsdk:generateReleaseResValues
> Task :react-native-fbsdk:generateReleaseResources
> Task :react-native-fbsdk:packageReleaseResources
> Task :react-native-fetch-blob:compileReleaseRenderscript NO-SOURCE
> Task :react-native-fetch-blob:generateReleaseResValues
> Task :react-native-fetch-blob:generateReleaseResources
> Task :react-native-fetch-blob:packageReleaseResources
> Task :react-native-firebase_app:compileReleaseRenderscript NO-SOURCE
> Task :react-native-firebase_app:generateReleaseResValues
> Task :react-native-firebase_app:generateReleaseResources
> Task :react-native-firebase_app:packageReleaseResources
> Task :react-native-firebase_messaging:compileReleaseRenderscript NO-SOURCE
> Task :react-native-firebase_messaging:generateReleaseResValues
> Task :react-native-firebase_messaging:generateReleaseResources
> Task :react-native-firebase_messaging:packageReleaseResources
> Task :react-native-gesture-handler:compileReleaseRenderscript NO-SOURCE
> Task :react-native-gesture-handler:generateReleaseResValues
> Task :react-native-gesture-handler:generateReleaseResources
> Task :react-native-gesture-handler:packageReleaseResources
> Task :react-native-image-picker:compileReleaseRenderscript NO-SOURCE
> Task :react-native-image-picker:generateReleaseResValues
> Task :react-native-image-picker:generateReleaseResources
> Task :react-native-image-picker:packageReleaseResources
> Task :react-native-linear-gradient:compileReleaseRenderscript NO-SOURCE
> Task :react-native-linear-gradient:generateReleaseResValues
> Task :react-native-linear-gradient:generateReleaseResources
> Task :react-native-linear-gradient:packageReleaseResources
> Task :react-native-localize:compileReleaseRenderscript NO-SOURCE
> Task :react-native-localize:generateReleaseResValues
> Task :react-native-localize:generateReleaseResources
> Task :react-native-localize:packageReleaseResources
> Task :react-native-pdf:compileReleaseRenderscript NO-SOURCE
> Task :react-native-pdf:generateReleaseResValues
> Task :react-native-pdf:generateReleaseResources
> Task :react-native-pdf:packageReleaseResources
> Task :react-native-permissions:compileReleaseRenderscript NO-SOURCE
> Task :react-native-permissions:generateReleaseResValues
> Task :react-native-permissions:generateReleaseResources
> Task :react-native-permissions:packageReleaseResources
> Task :react-native-picker_picker:compileReleaseRenderscript NO-SOURCE
> Task :react-native-picker_picker:generateReleaseResValues
> Task :react-native-picker_picker:generateReleaseResources
> Task :react-native-picker_picker:packageReleaseResources
> Task :react-native-purchases:compileReleaseRenderscript NO-SOURCE
> Task :react-native-purchases:generateReleaseResValues
> Task :react-native-purchases:generateReleaseResources
> Task :react-native-purchases:packageReleaseResources
> Task :react-native-rate:compileReleaseRenderscript NO-SOURCE
> Task :react-native-rate:generateReleaseResValues
> Task :react-native-rate:generateReleaseResources
> Task :react-native-rate:packageReleaseResources
> Task :react-native-safe-area-context:compileReleaseRenderscript NO-SOURCE
> Task :react-native-safe-area-context:generateReleaseResValues
> Task :react-native-safe-area-context:generateReleaseResources
> Task :react-native-safe-area-context:packageReleaseResources
> Task :react-native-screens:compileReleaseRenderscript NO-SOURCE
> Task :react-native-screens:generateReleaseResValues
> Task :react-native-screens:generateReleaseResources
> Task :react-native-screens:packageReleaseResources
> Task :react-native-vector-icons:compileReleaseRenderscript NO-SOURCE
> Task :react-native-vector-icons:generateReleaseResValues
> Task :react-native-vector-icons:generateReleaseResources
> Task :react-native-vector-icons:packageReleaseResources
> Task :react-native-version-number:compileReleaseRenderscript NO-SOURCE
> Task :react-native-version-number:generateReleaseResValues
> Task :react-native-version-number:generateReleaseResources
> Task :react-native-version-number:packageReleaseResources
> Task :react-native-webview:compileReleaseRenderscript NO-SOURCE
> Task :react-native-webview:generateReleaseResValues
> Task :react-native-webview:generateReleaseResources
> Task :react-native-webview:packageReleaseResources
> Task :sentry_react-native:compileReleaseRenderscript NO-SOURCE
> Task :sentry_react-native:generateReleaseResValues
> Task :sentry_react-native:generateReleaseResources
> Task :sentry_react-native:packageReleaseResources
> Task :app:createAvovietnamReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksAvovietnamRelease
> Task :expo:extractDeepLinksRelease
> Task :expo-application:extractDeepLinksRelease
> Task :expo-constants:extractDeepLinksRelease
> Task :expo-error-recovery:extractDeepLinksRelease
> Task :expo-file-system:extractDeepLinksRelease
> Task :expo-font:extractDeepLinksRelease
> Task :expo-keep-awake:extractDeepLinksRelease
> Task :expo:processReleaseManifest
> Task :expo-modules-core:extractDeepLinksRelease
> Task :expo-file-system:processReleaseManifest
/Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/AndroidManifest.xml:8:9-10:20 Warning:
provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:8 to replace other declarations but no other declaration present
> Task :expo-font:processReleaseManifest
> Task :expo-notifications:extractDeepLinksRelease
> Task :expo-error-recovery:processReleaseManifest
> Task :react-native-android-keyboard-adjust:extractDeepLinksRelease
> Task :expo-notifications:processReleaseManifest
> Task :expo-constants:processReleaseManifest
> Task :react-native-bootsplash:extractDeepLinksRelease
> Task :expo-modules-core:processReleaseManifest
> Task :expo-keep-awake:processReleaseManifest
> Task :react-native-clipboard_clipboard:extractDeepLinksRelease
> Task :expo-application:processReleaseManifest
> Task :react-native-community_async-storage:extractDeepLinksRelease
> Task :react-native-community_geolocation:extractDeepLinksRelease
> Task :react-native-community_masked-view:extractDeepLinksRelease
> Task :react-native-community_netinfo:extractDeepLinksRelease
> Task :react-native-config:extractDeepLinksRelease
> Task :react-native-device-info:extractDeepLinksRelease
> Task :react-native-android-keyboard-adjust:processReleaseManifest
> Task :react-native-fast-image:extractDeepLinksRelease
> Task :react-native-device-info:processReleaseManifest
> Task :react-native-fbsdk:extractDeepLinksRelease
> Task :react-native-community_netinfo:processReleaseManifest
> Task :react-native-community_masked-view:processReleaseManifest
> Task :react-native-fetch-blob:extractDeepLinksRelease
> Task :react-native-config:processReleaseManifest
> Task :react-native-fetch-blob:processReleaseManifest
> Task :react-native-fast-image:processReleaseManifest
> Task :react-native-firebase_app:extractDeepLinksRelease
> Task :react-native-fbsdk:processReleaseManifest
> Task :react-native-clipboard_clipboard:processReleaseManifest
> Task :react-native-firebase_messaging:extractDeepLinksRelease
> Task :react-native-community_geolocation:processReleaseManifest
> Task :react-native-gesture-handler:extractDeepLinksRelease
> Task :react-native-firebase_app:processReleaseManifest
> Task :react-native-bootsplash:processReleaseManifest
> Task :react-native-image-picker:extractDeepLinksRelease
> Task :react-native-firebase_messaging:processReleaseManifest
> Task :react-native-gesture-handler:processReleaseManifest
> Task :react-native-linear-gradient:extractDeepLinksRelease
> Task :react-native-community_async-storage:processReleaseManifest
> Task :react-native-localize:extractDeepLinksRelease
> Task :react-native-pdf:extractDeepLinksRelease
> Task :react-native-image-picker:processReleaseManifest
> Task :react-native-linear-gradient:processReleaseManifest
> Task :react-native-localize:processReleaseManifest
> Task :react-native-permissions:extractDeepLinksRelease
> Task :react-native-pdf:processReleaseManifest
> Task :react-native-picker_picker:extractDeepLinksRelease
> Task :react-native-purchases:extractDeepLinksRelease
> Task :react-native-permissions:processReleaseManifest
> Task :react-native-picker_picker:processReleaseManifest
> Task :react-native-rate:extractDeepLinksRelease
> Task :react-native-purchases:processReleaseManifest
> Task :react-native-safe-area-context:extractDeepLinksRelease
> Task :react-native-rate:processReleaseManifest
> Task :react-native-screens:extractDeepLinksRelease
> Task :react-native-safe-area-context:processReleaseManifest
> Task :react-native-vector-icons:extractDeepLinksRelease
> Task :react-native-version-number:extractDeepLinksRelease
> Task :react-native-screens:processReleaseManifest
> Task :react-native-vector-icons:processReleaseManifest
> Task :react-native-webview:extractDeepLinksRelease
> Task :react-native-version-number:processReleaseManifest
> Task :sentry_react-native:extractDeepLinksRelease
> Task :expo-application:writeReleaseAarMetadata
> Task :expo:writeReleaseAarMetadata
> Task :expo-constants:writeReleaseAarMetadata
> Task :expo-error-recovery:writeReleaseAarMetadata
> Task :expo-file-system:writeReleaseAarMetadata
> Task :sentry_react-native:processReleaseManifest
> Task :expo-font:writeReleaseAarMetadata
> Task :expo-keep-awake:writeReleaseAarMetadata
> Task :react-native-webview:processReleaseManifest
> Task :expo-modules-core:writeReleaseAarMetadata
> Task :app:processAvovietnamReleaseMainManifest
/Users/kevin/projects/avo-native/android/app/src/main/AndroidManifest.xml:20:5-80 Warning:
Element uses-permission#android.permission.READ_EXTERNAL_STORAGE at AndroidManifest.xml:20:5-80 duplicated with element declared at AndroidManifest.xml:10:5-80
/Users/kevin/projects/avo-native/android/app/src/main/AndroidManifest.xml:14:5-95 Warning:
uses-permission#android.permission.READ_PHONE_STATE was tagged at AndroidManifest.xml:14 to remove other declarations but no other declaration present
/Users/kevin/projects/avo-native/android/app/src/main/AndroidManifest.xml:23:9-32:20 Warning:
provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:23 to replace other declarations but no other declaration present
> Task :app:processAvovietnamReleaseManifest
> Task :expo-notifications:writeReleaseAarMetadata
> Task :react-native-android-keyboard-adjust:writeReleaseAarMetadata
> Task :react-native-bootsplash:writeReleaseAarMetadata
> Task :react-native-clipboard_clipboard:writeReleaseAarMetadata
> Task :react-native-community_async-storage:writeReleaseAarMetadata
> Task :react-native-community_geolocation:writeReleaseAarMetadata
> Task :react-native-community_masked-view:writeReleaseAarMetadata
> Task :react-native-community_netinfo:writeReleaseAarMetadata
> Task :react-native-config:writeReleaseAarMetadata
> Task :react-native-device-info:writeReleaseAarMetadata
> Task :react-native-fast-image:writeReleaseAarMetadata
> Task :react-native-fbsdk:writeReleaseAarMetadata
> Task :react-native-fetch-blob:writeReleaseAarMetadata
> Task :react-native-firebase_app:writeReleaseAarMetadata
> Task :react-native-firebase_messaging:writeReleaseAarMetadata
> Task :react-native-gesture-handler:writeReleaseAarMetadata
> Task :react-native-image-picker:writeReleaseAarMetadata
> Task :react-native-linear-gradient:writeReleaseAarMetadata
> Task :react-native-localize:writeReleaseAarMetadata
> Task :react-native-pdf:writeReleaseAarMetadata
> Task :react-native-permissions:writeReleaseAarMetadata
> Task :react-native-picker_picker:writeReleaseAarMetadata
> Task :react-native-purchases:writeReleaseAarMetadata
> Task :react-native-rate:writeReleaseAarMetadata
> Task :react-native-safe-area-context:writeReleaseAarMetadata
> Task :react-native-screens:writeReleaseAarMetadata
> Task :react-native-vector-icons:writeReleaseAarMetadata
> Task :react-native-version-number:writeReleaseAarMetadata
> Task :react-native-webview:writeReleaseAarMetadata
> Task :sentry_react-native:writeReleaseAarMetadata
> Task :expo:compileReleaseLibraryResources
> Task :expo:parseReleaseLocalResources
> Task :expo-application:parseReleaseLocalResources
> Task :expo-modules-core:parseReleaseLocalResources
> Task :expo-constants:parseReleaseLocalResources
> Task :app:checkAvovietnamReleaseAarMetadata
> Task :expo-error-recovery:parseReleaseLocalResources
> Task :expo-file-system:parseReleaseLocalResources
> Task :expo-font:parseReleaseLocalResources
> Task :app:processAvovietnamReleaseManifestForPackage
> Task :expo-keep-awake:parseReleaseLocalResources
> Task :expo-notifications:parseReleaseLocalResources
> Task :expo-application:compileReleaseLibraryResources
> Task :expo-constants:compileReleaseLibraryResources
> Task :expo-error-recovery:compileReleaseLibraryResources
> Task :expo-font:compileReleaseLibraryResources
> Task :expo-file-system:compileReleaseLibraryResources
> Task :expo-keep-awake:compileReleaseLibraryResources
> Task :expo-modules-core:compileReleaseLibraryResources
> Task :expo-modules-core:generateReleaseRFile
> Task :expo-notifications:compileReleaseLibraryResources
> Task :react-native-android-keyboard-adjust:compileReleaseLibraryResources
> Task :expo-application:generateReleaseRFile
> Task :expo-constants:generateReleaseRFile
> Task :expo-error-recovery:generateReleaseRFile
> Task :expo-file-system:generateReleaseRFile
> Task :expo-keep-awake:generateReleaseRFile
> Task :expo-font:generateReleaseRFile
> Task :react-native-android-keyboard-adjust:parseReleaseLocalResources
> Task :react-native-bootsplash:compileReleaseLibraryResources
> Task :react-native-bootsplash:parseReleaseLocalResources
> Task :react-native-clipboard_clipboard:compileReleaseLibraryResources
> Task :react-native-clipboard_clipboard:parseReleaseLocalResources
> Task :expo-notifications:generateReleaseRFile
> Task :react-native-android-keyboard-adjust:generateReleaseRFile
> Task :react-native-community_async-storage:compileReleaseLibraryResources
> Task :react-native-bootsplash:generateReleaseRFile
> Task :react-native-community_geolocation:compileReleaseLibraryResources
> Task :react-native-community_async-storage:parseReleaseLocalResources
> Task :react-native-clipboard_clipboard:generateReleaseRFile
> Task :react-native-community_geolocation:parseReleaseLocalResources
> Task :react-native-community_masked-view:compileReleaseLibraryResources
> Task :react-native-community_netinfo:compileReleaseLibraryResources
> Task :react-native-community_masked-view:parseReleaseLocalResources
> Task :react-native-community_async-storage:generateReleaseRFile
> Task :react-native-community_netinfo:parseReleaseLocalResources
> Task :react-native-community_geolocation:generateReleaseRFile
> Task :expo:generateReleaseRFile
> Task :react-native-config:compileReleaseLibraryResources
> Task :react-native-config:parseReleaseLocalResources
> Task :react-native-community_masked-view:generateReleaseRFile
> Task :react-native-device-info:compileReleaseLibraryResources
> Task :react-native-device-info:parseReleaseLocalResources
> Task :react-native-community_netinfo:generateReleaseRFile
> Task :react-native-config:generateReleaseRFile
> Task :react-native-fast-image:compileReleaseLibraryResources
> Task :react-native-fast-image:parseReleaseLocalResources
> Task :react-native-fbsdk:compileReleaseLibraryResources
> Task :react-native-fbsdk:parseReleaseLocalResources
> Task :react-native-device-info:generateReleaseRFile
> Task :react-native-fetch-blob:parseReleaseLocalResources
> Task :react-native-fetch-blob:compileReleaseLibraryResources
> Task :react-native-fast-image:generateReleaseRFile
> Task :react-native-firebase_app:compileReleaseLibraryResources
> Task :react-native-firebase_app:parseReleaseLocalResources
> Task :react-native-firebase_messaging:compileReleaseLibraryResources
> Task :react-native-fbsdk:generateReleaseRFile
> Task :react-native-fetch-blob:generateReleaseRFile
> Task :react-native-gesture-handler:compileReleaseLibraryResources
> Task :react-native-gesture-handler:parseReleaseLocalResources
> Task :react-native-image-picker:compileReleaseLibraryResources
> Task :react-native-firebase_messaging:parseReleaseLocalResources
> Task :react-native-firebase_app:generateReleaseRFile
> Task :react-native-linear-gradient:compileReleaseLibraryResources
> Task :react-native-image-picker:parseReleaseLocalResources
> Task :react-native-gesture-handler:generateReleaseRFile
> Task :react-native-linear-gradient:parseReleaseLocalResources
> Task :react-native-localize:compileReleaseLibraryResources
> Task :react-native-image-picker:generateReleaseRFile
> Task :react-native-firebase_messaging:generateReleaseRFile
> Task :react-native-pdf:compileReleaseLibraryResources
> Task :react-native-localize:parseReleaseLocalResources
> Task :react-native-pdf:parseReleaseLocalResources
> Task :react-native-linear-gradient:generateReleaseRFile
> Task :react-native-permissions:compileReleaseLibraryResources
> Task :react-native-permissions:parseReleaseLocalResources
> Task :react-native-localize:generateReleaseRFile
> Task :react-native-pdf:generateReleaseRFile
> Task :react-native-picker_picker:compileReleaseLibraryResources
> Task :react-native-purchases:compileReleaseLibraryResources
> Task :react-native-picker_picker:parseReleaseLocalResources
> Task :react-native-permissions:generateReleaseRFile
> Task :react-native-purchases:parseReleaseLocalResources
> Task :react-native-rate:compileReleaseLibraryResources
> Task :react-native-rate:parseReleaseLocalResources
> Task :react-native-safe-area-context:compileReleaseLibraryResources
> Task :react-native-picker_picker:generateReleaseRFile
> Task :react-native-safe-area-context:parseReleaseLocalResources
> Task :react-native-purchases:generateReleaseRFile
> Task :react-native-screens:compileReleaseLibraryResources
> Task :react-native-screens:parseReleaseLocalResources
> Task :react-native-vector-icons:compileReleaseLibraryResources
> Task :react-native-rate:generateReleaseRFile
> Task :react-native-vector-icons:parseReleaseLocalResources
> Task :react-native-version-number:compileReleaseLibraryResources
> Task :react-native-version-number:parseReleaseLocalResources
> Task :react-native-safe-area-context:generateReleaseRFile
> Task :react-native-vector-icons:generateReleaseRFile
> Task :react-native-webview:compileReleaseLibraryResources
> Task :react-native-screens:generateReleaseRFile
> Task :react-native-webview:parseReleaseLocalResources
> Task :sentry_react-native:compileReleaseLibraryResources
> Task :sentry_react-native:parseReleaseLocalResources
> Task :react-native-version-number:generateReleaseRFile
> Task :expo:generateReleaseBuildConfig
> Task :expo-application:generateReleaseBuildConfig
> Task :expo-modules-core:generateReleaseBuildConfig
> Task :react-native-webview:generateReleaseRFile
> Task :sentry_react-native:generateReleaseRFile
> Task :app:mergeAvovietnamReleaseResources
> Task :expo-modules-core:compileReleaseKotlin
w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/activityresult/ActivityResultsManager.kt: (52, 24): Parameter 'activity' is never used
w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt: (9, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt: (94, 7): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt: (98, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt: (99, 23): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/JavaScriptObject.kt: (59, 33): Parameter 'null' is never used
w: /Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/JavaScriptObject.kt: (100, 5): Parameter 'null' is never used
> Task :app:mapAvovietnamReleaseSourceSetPaths
> Task :expo-modules-core:javaPreCompileRelease
> Task :expo-application:javaPreCompileRelease
> Task :expo-modules-core:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :expo-constants:generateReleaseBuildConfig
> Task :expo-constants:javaPreCompileRelease
> Task :expo-error-recovery:generateReleaseBuildConfig
> Task :expo-error-recovery:javaPreCompileRelease
> Task :expo-file-system:generateReleaseBuildConfig
> Task :expo-file-system:javaPreCompileRelease
> Task :expo-font:generateReleaseBuildConfig
> Task :expo-font:javaPreCompileRelease
> Task :expo-keep-awake:generateReleaseBuildConfig
> Task :expo-keep-awake:javaPreCompileRelease
> Task :expo-notifications:generateReleaseBuildConfig
> Task :expo-notifications:javaPreCompileRelease
> Task :expo:javaPreCompileRelease
> Task :react-native-android-keyboard-adjust:generateReleaseBuildConfig
> Task :react-native-android-keyboard-adjust:javaPreCompileRelease
> Task :react-native-bootsplash:generateReleaseBuildConfig
> Task :expo-modules-core:bundleLibCompileToJarRelease
> Task :react-native-android-keyboard-adjust:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/react-native-android-keyboard-adjust/android/src/main/java/net/zubricky/AndroidKeyboardAdjust/AndroidKeyboardAdjustModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :expo-application:compileReleaseKotlin
w: /Users/kevin/projects/avo-native/node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt: (129, 14): 'versionCode: Int' is deprecated. Deprecated in Java
> Task :app:processAvovietnamReleaseResources
> Task :expo-application:compileReleaseJavaWithJavac
> Task :expo-application:bundleLibCompileToJarRelease
> Task :expo-constants:compileReleaseKotlin
w: /Users/kevin/projects/avo-native/node_modules/expo-constants/android/src/main/java/expo/modules/constants/ConstantsService.kt: (132, 17): 'versionCode: Int' is deprecated. Deprecated in Java
> Task :expo-constants:compileReleaseJavaWithJavac
> Task :expo-constants:bundleLibCompileToJarRelease
> Task :expo-error-recovery:compileReleaseKotlin
> Task :expo-error-recovery:compileReleaseJavaWithJavac
> Task :expo-error-recovery:bundleLibCompileToJarRelease
> Task :expo-file-system:compileReleaseKotlin
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (8, 19): 'AsyncTask<Params : Any!, Progress : Any!, Result : Any!>' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (428, 27): Type mismatch: inferred type is String? but String was expected
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (472, 29): Type mismatch: inferred type is String? but String was expected
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (561, 43): Parameter 'options' is never used
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (649, 46): Parameter 'options' is never used
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (773, 43): Unchecked cast: Any? to Map<String, Any>?
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (790, 40): 'create(MediaType?, File): RequestBody' is deprecated. Moved to extension function. Put the 'file' argument first to fix Java
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (795, 15): Unchecked cast: Any to Map<String, Any>
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (927, 49): Unchecked cast: Any? to Map<String, Any>?
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1028, 43): Unchecked cast: Any? to Map<String, Any>?
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1040, 9): 'execute(vararg FileSystemModule.DownloadResumableTaskParams?): AsyncTask<FileSystemModule.DownloadResumableTaskParams?, Void?, Void?>!' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1101, 47): 'AsyncTask<Params : Any!, Progress : Any!, Result : Any!>' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1101, 47): 'constructor AsyncTask<Params : Any!, Progress : Any!, Result : Any!>()' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1114, 21): Variable 'count' initializer is redundant
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1248, 39): 'toLowerCase(Locale): String' is deprecated. Use lowercase() instead.
w: /Users/kevin/projects/avo-native/node_modules/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.kt: (1285, 35): Type mismatch: inferred type is String? but String was expected
> Task :expo-file-system:compileReleaseJavaWithJavac
> Task :expo-file-system:bundleLibCompileToJarRelease
> Task :expo-font:compileReleaseKotlin
w: /Users/kevin/projects/avo-native/node_modules/expo-font/android/src/main/java/expo/modules/font/FontLoaderModule.kt: (55, 38): Type mismatch: inferred type is String? but String was expected
> Task :expo-font:compileReleaseJavaWithJavac
> Task :expo-font:bundleLibCompileToJarRelease
> Task :expo-keep-awake:compileReleaseKotlin
> Task :expo-keep-awake:compileReleaseJavaWithJavac
> Task :expo-keep-awake:bundleLibCompileToJarRelease
> Task :expo-notifications:compileReleaseKotlin
w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/Base64Serialization.kt: (26, 45): Returning type parameter has been inferred to Nothing implicitly because Nothing is more specific than specified expected type. Please specify type arguments explicitly in accordance with expected type to hide this warning. Nothing can produce an exception at runtime. See KT-36776 for more details.
w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ExpoHandlingDelegate.kt: (63, 85): Parameter 'notificationResponse' is never used
w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ExpoPresentationDelegate.kt: (176, 70): 'priority: Int' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ExpoPresentationDelegate.kt: (177, 41): 'vibrate: LongArray!' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ExpoPresentationDelegate.kt: (178, 30): 'sound: Uri!' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/FirebaseMessagingDelegate.kt: (112, 30): Unnecessary safe call on a non-null receiver of type (Mutable)Map<String!, String!>. This expression will have nullable type in future releases
> Task :expo-notifications:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/ExpoNotificationBuilder.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :react-native-bootsplash:javaPreCompileRelease
> Task :react-native-android-keyboard-adjust:bundleLibCompileToJarRelease
> Task :react-native-clipboard_clipboard:generateReleaseBuildConfig
> Task :expo-notifications:bundleLibCompileToJarRelease
> Task :react-native-bootsplash:compileReleaseJavaWithJavac
> Task :expo:compileReleaseKotlin
> Task :expo:compileReleaseJavaWithJavac
> Task :react-native-clipboard_clipboard:javaPreCompileRelease
> Task :react-native-bootsplash:bundleLibCompileToJarRelease
> Task :react-native-community_async-storage:generateReleaseBuildConfig
> Task :expo:bundleLibCompileToJarRelease
> Task :react-native-clipboard_clipboard:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/@react-native-clipboard/clipboard/android/src/main/java/com/reactnativecommunity/clipboard/ClipboardModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-community_async-storage:javaPreCompileRelease
> Task :react-native-clipboard_clipboard:bundleLibCompileToJarRelease
> Task :react-native-community_geolocation:generateReleaseBuildConfig
> Task :react-native-community_async-storage:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/@react-native-community/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/AsyncStorageModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-community_geolocation:javaPreCompileRelease
> Task :react-native-community_async-storage:bundleLibCompileToJarRelease
> Task :react-native-community_masked-view:generateReleaseBuildConfig
> Task :react-native-community_geolocation:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/@react-native-community/geolocation/android/src/main/java/com/reactnativecommunity/geolocation/GeolocationModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-community_masked-view:javaPreCompileRelease
> Task :react-native-community_geolocation:bundleLibCompileToJarRelease
> Task :react-native-community_netinfo:generateReleaseBuildConfig
> Task :react-native-community_masked-view:compileReleaseJavaWithJavac
> Task :react-native-community_netinfo:javaPreCompileRelease
> Task :react-native-community_masked-view:bundleLibCompileToJarRelease
> Task :react-native-config:generateReleaseBuildConfig
> Task :react-native-community_netinfo:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-config:javaPreCompileRelease
> Task :react-native-device-info:generateReleaseBuildConfig
> Task :react-native-community_netinfo:bundleLibCompileToJarRelease
> Task :react-native-config:compileReleaseJavaWithJavac
> Task :react-native-device-info:javaPreCompileRelease
> Task :react-native-config:bundleLibCompileToJarRelease
> Task :react-native-fast-image:generateReleaseBuildConfig
> Task :react-native-device-info:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-device-info:bundleLibCompileToJarRelease
> Task :react-native-fast-image:javaPreCompileRelease
> Task :react-native-fbsdk:generateReleaseBuildConfig
> Task :react-native-fast-image:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-fbsdk:javaPreCompileRelease
> Task :react-native-fetch-blob:generateReleaseBuildConfig
> Task :react-native-fast-image:bundleLibCompileToJarRelease
> Task :react-native-fbsdk:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/kevin/projects/avo-native/node_modules/react-native-fbsdk/android/src/main/java/com/facebook/reactnative/androidsdk/Utility.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :react-native-fetch-blob:javaPreCompileRelease
> Task :react-native-firebase_app:generateReleaseBuildConfig
> Task :react-native-fbsdk:bundleLibCompileToJarRelease
> Task :react-native-fetch-blob:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-firebase_app:javaPreCompileRelease
> Task :react-native-firebase_messaging:generateReleaseBuildConfig
> Task :react-native-fetch-blob:bundleLibCompileToJarRelease
> Task :react-native-firebase_app:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-firebase_messaging:javaPreCompileRelease
> Task :react-native-gesture-handler:generateReleaseBuildConfig
> Task :react-native-firebase_app:bundleLibCompileToJarRelease
> Task :react-native-firebase_messaging:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/@react-native-firebase/messaging/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-gesture-handler:javaPreCompileRelease
> Task :react-native-image-picker:generateReleaseBuildConfig
> Task :react-native-firebase_messaging:bundleLibCompileToJarRelease
> Task :react-native-image-picker:javaPreCompileRelease
> Task :react-native-linear-gradient:generateReleaseBuildConfig
> Task :react-native-image-picker:compileReleaseJavaWithJavac
> Task :react-native-image-picker:bundleLibCompileToJarRelease
> Task :react-native-localize:generateReleaseBuildConfig
> Task :react-native-linear-gradient:javaPreCompileRelease
> Task :react-native-localize:javaPreCompileRelease
> Task :react-native-pdf:generateReleaseBuildConfig
> Task :react-native-linear-gradient:compileReleaseJavaWithJavac
> Task :react-native-linear-gradient:bundleLibCompileToJarRelease
> Task :react-native-localize:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/react-native-localize/android/src/main/java/com/reactcommunity/rnlocalize/RNLocalizeModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-localize:bundleLibCompileToJarRelease
> Task :react-native-pdf:javaPreCompileRelease
> Task :react-native-permissions:generateReleaseBuildConfig
> Task :react-native-pdf:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-permissions:javaPreCompileRelease
> Task :react-native-pdf:bundleLibCompileToJarRelease
> Task :react-native-picker_picker:generateReleaseBuildConfig
> Task :react-native-permissions:compileReleaseJavaWithJavac
> Task :react-native-picker_picker:javaPreCompileRelease
> Task :react-native-permissions:bundleLibCompileToJarRelease
> Task :react-native-purchases:generateReleaseBuildConfig
> Task :react-native-picker_picker:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-picker_picker:bundleLibCompileToJarRelease
> Task :react-native-purchases:javaPreCompileRelease
> Task :react-native-rate:generateReleaseBuildConfig
> Task :react-native-rate:javaPreCompileRelease
> Task :react-native-safe-area-context:generateReleaseBuildConfig
> Task :react-native-rate:compileReleaseJavaWithJavac
> Task :react-native-rate:bundleLibCompileToJarRelease
> Task :react-native-purchases:compileReleaseKotlin
> Task :react-native-safe-area-context:compileReleaseKotlin
w: /Users/kevin/projects/avo-native/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaView.kt: (50, 23): 'getter for uiImplementation: UIImplementation!' is deprecated. Deprecated in Java
> Task :react-native-purchases:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/react-native-purchases/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/kevin/projects/avo-native/node_modules/react-native-purchases/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :react-native-screens:generateReleaseBuildConfig
> Task :react-native-purchases:bundleLibCompileToJarRelease
> Task :react-native-safe-area-context:javaPreCompileRelease
> Task :react-native-screens:javaPreCompileRelease
> Task :react-native-safe-area-context:compileReleaseJavaWithJavac
> Task :react-native-safe-area-context:bundleLibCompileToJarRelease
> Task :react-native-screens:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :react-native-vector-icons:generateReleaseBuildConfig
> Task :react-native-vector-icons:javaPreCompileRelease
> Task :react-native-screens:bundleLibCompileToJarRelease
> Task :react-native-version-number:generateReleaseBuildConfig
> Task :react-native-vector-icons:compileReleaseJavaWithJavac
> Task :react-native-version-number:javaPreCompileRelease
> Task :react-native-vector-icons:bundleLibCompileToJarRelease
> Task :react-native-webview:generateReleaseBuildConfig
> Task :react-native-version-number:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/react-native-version-number/android/src/main/java/com/apsl/versionnumber/RNVersionNumberModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-version-number:bundleLibCompileToJarRelease
> Task :react-native-webview:compileReleaseKotlin
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt: (11, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt: (22, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt: (23, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt: (10, 75): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt: (21, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt: (22, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt: (12, 3): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt: (23, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt: (24, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt: (5, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt: (10, 89): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt: (27, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt: (28, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
> Task :react-native-webview:javaPreCompileRelease
> Task :sentry_react-native:generateReleaseBuildConfig
> Task :react-native-webview:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/kevin/projects/avo-native/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :react-native-webview:bundleLibCompileToJarRelease
> Task :sentry_react-native:javaPreCompileRelease
> Task :app:extractProguardFiles
> Task :sentry_react-native:compileReleaseJavaWithJavac
Note: /Users/kevin/projects/avo-native/node_modules/@sentry/react-native/android/src/main/java/io/sentry/react/RNSentryModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :expo:processReleaseJavaRes NO-SOURCE
> Task :sentry_react-native:bundleLibCompileToJarRelease
> Task :expo:bundleLibResRelease
> Task :expo:writeReleaseLintModelMetadata
> Task :expo-application:processReleaseJavaRes NO-SOURCE
> Task :expo:bundleLibRuntimeToJarRelease
> Task :expo-application:bundleLibResRelease
> Task :expo:createFullJarRelease
> Task :expo-application:writeReleaseLintModelMetadata
> Task :expo-constants:cleanupReleaseExpoConfig
> Task :expo-application:bundleLibRuntimeToJarRelease
> Task :expo-constants:processReleaseJavaRes NO-SOURCE
> Task :expo-application:createFullJarRelease
> Task :expo-constants:bundleLibResRelease
> Task :expo-constants:writeReleaseLintModelMetadata
> Task :expo-error-recovery:processReleaseJavaRes NO-SOURCE
> Task :expo-constants:bundleLibRuntimeToJarRelease
> Task :expo-error-recovery:bundleLibResRelease
> Task :expo-constants:createFullJarRelease
> Task :expo-file-system:processReleaseJavaRes NO-SOURCE
> Task :expo-error-recovery:bundleLibRuntimeToJarRelease
> Task :expo-error-recovery:createFullJarRelease
> Task :expo-file-system:bundleLibResRelease
> Task :expo-font:processReleaseJavaRes NO-SOURCE
> Task :expo-font:bundleLibResRelease
> Task :expo-keep-awake:processReleaseJavaRes NO-SOURCE
> Task :expo-file-system:bundleLibRuntimeToJarRelease
> Task :expo-font:bundleLibRuntimeToJarRelease
> Task :expo-keep-awake:bundleLibResRelease
> Task :expo-file-system:createFullJarRelease
> Task :expo-font:createFullJarRelease
> Task :expo-modules-core:processReleaseJavaRes NO-SOURCE
> Task :expo-keep-awake:bundleLibRuntimeToJarRelease
> Task :expo-keep-awake:createFullJarRelease
> Task :expo-notifications:processReleaseJavaRes NO-SOURCE
> Task :expo-modules-core:bundleLibResRelease
> Task :expo-notifications:bundleLibResRelease
> Task :react-native-android-keyboard-adjust:processReleaseJavaRes NO-SOURCE
> Task :react-native-android-keyboard-adjust:bundleLibResRelease NO-SOURCE
> Task :react-native-bootsplash:processReleaseJavaRes NO-SOURCE
> Task :react-native-bootsplash:bundleLibResRelease NO-SOURCE
> Task :react-native-android-keyboard-adjust:bundleLibRuntimeToJarRelease
> Task :react-native-clipboard_clipboard:processReleaseJavaRes NO-SOURCE
> Task :react-native-bootsplash:bundleLibRuntimeToJarRelease
> Task :react-native-android-keyboard-adjust:createFullJarRelease
> Task :react-native-bootsplash:createFullJarRelease
> Task :react-native-clipboard_clipboard:bundleLibResRelease NO-SOURCE
> Task :expo-notifications:bundleLibRuntimeToJarRelease
> Task :react-native-clipboard_clipboard:bundleLibRuntimeToJarRelease
> Task :expo-notifications:createFullJarRelease
> Task :react-native-clipboard_clipboard:createFullJarRelease
> Task :react-native-community_async-storage:processReleaseJavaRes NO-SOURCE
> Task :expo-modules-core:bundleLibRuntimeToJarRelease
> Task :react-native-community_async-storage:bundleLibResRelease NO-SOURCE
> Task :expo-modules-core:createFullJarRelease
> Task :react-native-community_async-storage:bundleLibRuntimeToJarRelease
> Task :react-native-community_async-storage:createFullJarRelease
> Task :react-native-community_geolocation:processReleaseJavaRes NO-SOURCE
> Task :react-native-community_geolocation:bundleLibResRelease NO-SOURCE
> Task :react-native-community_geolocation:bundleLibRuntimeToJarRelease
> Task :react-native-community_geolocation:createFullJarRelease
> Task :react-native-community_masked-view:processReleaseJavaRes NO-SOURCE
> Task :react-native-community_masked-view:bundleLibResRelease NO-SOURCE
> Task :react-native-community_masked-view:bundleLibRuntimeToJarRelease
> Task :react-native-community_masked-view:createFullJarRelease
> Task :react-native-community_netinfo:processReleaseJavaRes NO-SOURCE
> Task :react-native-community_netinfo:bundleLibResRelease NO-SOURCE
> Task :react-native-community_netinfo:bundleLibRuntimeToJarRelease
> Task :react-native-community_netinfo:createFullJarRelease
> Task :react-native-config:processReleaseJavaRes NO-SOURCE
> Task :react-native-config:bundleLibResRelease NO-SOURCE
> Task :react-native-config:bundleLibRuntimeToJarRelease
> Task :react-native-config:createFullJarRelease
> Task :react-native-device-info:processReleaseJavaRes NO-SOURCE
> Task :react-native-device-info:bundleLibResRelease NO-SOURCE
> Task :react-native-device-info:bundleLibRuntimeToJarRelease
> Task :react-native-device-info:createFullJarRelease
> Task :react-native-fast-image:processReleaseJavaRes NO-SOURCE
> Task :react-native-fast-image:bundleLibResRelease
> Task :react-native-fast-image:bundleLibRuntimeToJarRelease
> Task :react-native-fast-image:createFullJarRelease
> Task :react-native-fbsdk:processReleaseJavaRes NO-SOURCE
> Task :react-native-fbsdk:bundleLibResRelease NO-SOURCE
> Task :react-native-fetch-blob:processReleaseJavaRes NO-SOURCE
> Task :react-native-fetch-blob:bundleLibResRelease NO-SOURCE
> Task :react-native-fbsdk:bundleLibRuntimeToJarRelease
> Task :react-native-fbsdk:createFullJarRelease
> Task :react-native-firebase_app:processReleaseJavaRes NO-SOURCE
> Task :react-native-firebase_app:bundleLibResRelease NO-SOURCE
> Task :react-native-fetch-blob:bundleLibRuntimeToJarRelease
> Task :react-native-firebase_app:bundleLibRuntimeToJarRelease
> Task :react-native-fetch-blob:createFullJarRelease
> Task :react-native-firebase_app:createFullJarRelease
> Task :react-native-firebase_messaging:processReleaseJavaRes NO-SOURCE
> Task :react-native-firebase_messaging:bundleLibResRelease NO-SOURCE
> Task :react-native-firebase_messaging:bundleLibRuntimeToJarRelease
> Task :react-native-firebase_messaging:createFullJarRelease
> Task :react-native-gesture-handler:processReleaseJavaRes NO-SOURCE
> Task :react-native-image-picker:processReleaseJavaRes NO-SOURCE
> Task :react-native-image-picker:bundleLibResRelease NO-SOURCE
> Task :react-native-linear-gradient:processReleaseJavaRes NO-SOURCE
> Task :react-native-linear-gradient:bundleLibResRelease NO-SOURCE
> Task :react-native-image-picker:bundleLibRuntimeToJarRelease
> Task :react-native-linear-gradient:bundleLibRuntimeToJarRelease
> Task :react-native-image-picker:createFullJarRelease
> Task :react-native-linear-gradient:createFullJarRelease
> Task :react-native-localize:processReleaseJavaRes NO-SOURCE
> Task :react-native-localize:bundleLibResRelease NO-SOURCE
> Task :react-native-localize:bundleLibRuntimeToJarRelease
> Task :react-native-localize:createFullJarRelease
> Task :react-native-pdf:processReleaseJavaRes NO-SOURCE
> Task :react-native-pdf:bundleLibResRelease NO-SOURCE
> Task :react-native-pdf:bundleLibRuntimeToJarRelease
> Task :react-native-permissions:processReleaseJavaRes NO-SOURCE
> Task :react-native-pdf:createFullJarRelease
> Task :react-native-permissions:bundleLibResRelease NO-SOURCE
> Task :react-native-permissions:bundleLibRuntimeToJarRelease
> Task :react-native-permissions:createFullJarRelease
> Task :react-native-picker_picker:processReleaseJavaRes NO-SOURCE
> Task :react-native-picker_picker:bundleLibResRelease NO-SOURCE
> Task :react-native-picker_picker:bundleLibRuntimeToJarRelease
> Task :react-native-picker_picker:createFullJarRelease
> Task :react-native-purchases:processReleaseJavaRes NO-SOURCE
> Task :react-native-purchases:bundleLibResRelease
> Task :react-native-purchases:bundleLibRuntimeToJarRelease
> Task :react-native-purchases:createFullJarRelease
> Task :react-native-rate:processReleaseJavaRes NO-SOURCE
> Task :react-native-rate:bundleLibResRelease NO-SOURCE
> Task :react-native-rate:bundleLibRuntimeToJarRelease
> Task :react-native-rate:createFullJarRelease
> Task :react-native-safe-area-context:processReleaseJavaRes NO-SOURCE
> Task :react-native-safe-area-context:bundleLibResRelease
> Task :react-native-safe-area-context:bundleLibRuntimeToJarRelease
> Task :react-native-safe-area-context:createFullJarRelease
> Task :react-native-screens:processReleaseJavaRes NO-SOURCE
> Task :react-native-screens:bundleLibResRelease NO-SOURCE
> Task :react-native-screens:bundleLibRuntimeToJarRelease
> Task :react-native-screens:createFullJarRelease
> Task :react-native-vector-icons:processReleaseJavaRes NO-SOURCE
> Task :react-native-vector-icons:bundleLibResRelease NO-SOURCE
> Task :react-native-vector-icons:bundleLibRuntimeToJarRelease
> Task :react-native-vector-icons:createFullJarRelease
> Task :react-native-vector-icons:mergeReleaseJniLibFolders
> Task :react-native-vector-icons:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-vector-icons:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-vector-icons:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-vector-icons:extractReleaseAnnotations
> Task :react-native-vector-icons:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-vector-icons:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-vector-icons:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-vector-icons:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-vector-icons:mergeReleaseJavaResource
> Task :react-native-vector-icons:syncReleaseLibJars
> Task :react-native-vector-icons:bundleReleaseLocalLintAar
> Task :react-native-fetch-blob:mergeReleaseJniLibFolders
> Task :react-native-fetch-blob:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-fetch-blob:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-fetch-blob:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-fetch-blob:extractReleaseAnnotations
> Task :react-native-fetch-blob:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-fetch-blob:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-fetch-blob:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-fetch-blob:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-fetch-blob:mergeReleaseJavaResource
> Task :react-native-clipboard_clipboard:mergeReleaseJniLibFolders
> Task :react-native-fetch-blob:syncReleaseLibJars
> Task :react-native-fetch-blob:bundleReleaseLocalLintAar
> Task :react-native-clipboard_clipboard:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-clipboard_clipboard:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-clipboard_clipboard:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-clipboard_clipboard:extractReleaseAnnotations
> Task :react-native-clipboard_clipboard:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-clipboard_clipboard:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-clipboard_clipboard:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-clipboard_clipboard:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-clipboard_clipboard:mergeReleaseJavaResource
> Task :react-native-clipboard_clipboard:syncReleaseLibJars
> Task :react-native-clipboard_clipboard:bundleReleaseLocalLintAar
> Task :react-native-community_async-storage:mergeReleaseJniLibFolders
> Task :react-native-community_async-storage:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-community_async-storage:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-community_async-storage:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-community_async-storage:extractReleaseAnnotations
> Task :react-native-community_async-storage:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-community_async-storage:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-community_async-storage:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-community_async-storage:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-community_async-storage:mergeReleaseJavaResource
> Task :react-native-community_geolocation:mergeReleaseJniLibFolders
> Task :react-native-community_async-storage:syncReleaseLibJars
> Task :react-native-community_async-storage:bundleReleaseLocalLintAar
> Task :react-native-community_geolocation:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-community_geolocation:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-community_geolocation:extractReleaseAnnotations
> Task :react-native-community_geolocation:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-community_geolocation:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-community_geolocation:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-community_geolocation:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-community_geolocation:mergeReleaseJavaResource
> Task :react-native-community_geolocation:syncReleaseLibJars
> Task :react-native-community_masked-view:mergeReleaseJniLibFolders
> Task :react-native-community_masked-view:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-community_masked-view:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-community_masked-view:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-community_geolocation:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-community_masked-view:extractReleaseAnnotations
> Task :react-native-community_geolocation:bundleReleaseLocalLintAar
> Task :react-native-community_masked-view:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-community_masked-view:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-community_masked-view:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-community_masked-view:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-community_masked-view:mergeReleaseJavaResource
> Task :react-native-community_masked-view:syncReleaseLibJars
> Task :react-native-community_masked-view:bundleReleaseLocalLintAar
> Task :react-native-community_netinfo:mergeReleaseJniLibFolders
> Task :react-native-community_netinfo:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-community_netinfo:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-community_netinfo:extractReleaseAnnotations
> Task :react-native-community_netinfo:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-community_netinfo:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-community_netinfo:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-community_netinfo:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-community_netinfo:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-community_netinfo:mergeReleaseJavaResource
> Task :react-native-community_netinfo:syncReleaseLibJars
> Task :react-native-community_netinfo:bundleReleaseLocalLintAar
> Task :react-native-firebase_messaging:mergeReleaseJniLibFolders
> Task :react-native-firebase_messaging:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-firebase_messaging:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-firebase_messaging:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-firebase_messaging:extractReleaseAnnotations
> Task :react-native-firebase_messaging:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-firebase_messaging:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-firebase_messaging:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-firebase_messaging:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-firebase_messaging:mergeReleaseJavaResource
> Task :react-native-firebase_messaging:syncReleaseLibJars
> Task :react-native-firebase_messaging:bundleReleaseLocalLintAar
> Task :react-native-firebase_app:mergeReleaseJniLibFolders
> Task :react-native-firebase_app:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-firebase_app:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-firebase_app:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-firebase_app:extractReleaseAnnotations
> Task :react-native-firebase_app:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-firebase_app:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-firebase_app:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-firebase_app:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-firebase_app:mergeReleaseJavaResource
> Task :react-native-picker_picker:mergeReleaseJniLibFolders
> Task :react-native-firebase_app:syncReleaseLibJars
> Task :react-native-firebase_app:bundleReleaseLocalLintAar
> Task :react-native-picker_picker:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-picker_picker:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-picker_picker:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-picker_picker:extractReleaseAnnotations
> Task :react-native-picker_picker:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-picker_picker:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-picker_picker:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-picker_picker:prepareReleaseArtProfile UP-TO-DATE
> Task :sentry_react-native:mergeReleaseJniLibFolders
> Task :sentry_react-native:mergeReleaseNativeLibs NO-SOURCE
> Task :sentry_react-native:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-picker_picker:mergeReleaseJavaResource
> Task :sentry_react-native:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-picker_picker:syncReleaseLibJars
> Task :react-native-picker_picker:bundleReleaseLocalLintAar
> Task :sentry_react-native:extractReleaseAnnotations
> Task :sentry_react-native:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :sentry_react-native:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :sentry_react-native:prepareLintJarForPublish UP-TO-DATE
> Task :sentry_react-native:prepareReleaseArtProfile UP-TO-DATE
> Task :sentry_react-native:processReleaseJavaRes NO-SOURCE
> Task :sentry_react-native:mergeReleaseJavaResource
> Task :expo:mergeReleaseJniLibFolders
> Task :sentry_react-native:syncReleaseLibJars
> Task :sentry_react-native:bundleReleaseLocalLintAar
> Task :expo:mergeReleaseNativeLibs NO-SOURCE
> Task :expo:stripReleaseDebugSymbols NO-SOURCE
> Task :expo:copyReleaseJniLibsProjectAndLocalJars
> Task :expo:extractReleaseAnnotations
> Task :expo:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo:mergeReleaseConsumerProguardFiles
> Task :expo:prepareLintJarForPublish UP-TO-DATE
> Task :expo:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-android-keyboard-adjust:mergeReleaseJniLibFolders
> Task :react-native-android-keyboard-adjust:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-android-keyboard-adjust:stripReleaseDebugSymbols NO-SOURCE
> Task :expo:mergeReleaseJavaResource
> Task :expo:syncReleaseLibJars
> Task :expo:bundleReleaseLocalLintAar
> Task :react-native-android-keyboard-adjust:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-android-keyboard-adjust:extractReleaseAnnotations
> Task :react-native-android-keyboard-adjust:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-android-keyboard-adjust:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-android-keyboard-adjust:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-android-keyboard-adjust:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-android-keyboard-adjust:mergeReleaseJavaResource
> Task :react-native-bootsplash:mergeReleaseJniLibFolders
> Task :react-native-android-keyboard-adjust:syncReleaseLibJars
> Task :react-native-android-keyboard-adjust:bundleReleaseLocalLintAar
> Task :react-native-bootsplash:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-bootsplash:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-bootsplash:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-bootsplash:extractReleaseAnnotations
> Task :react-native-bootsplash:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-bootsplash:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-bootsplash:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-bootsplash:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-bootsplash:mergeReleaseJavaResource
> Task :react-native-config:mergeReleaseJniLibFolders
> Task :react-native-bootsplash:syncReleaseLibJars
> Task :react-native-bootsplash:bundleReleaseLocalLintAar
> Task :react-native-config:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-config:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-config:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-config:extractReleaseAnnotations
> Task :react-native-config:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-config:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-config:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-config:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-device-info:mergeReleaseJniLibFolders
> Task :react-native-device-info:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-device-info:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-device-info:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-config:mergeReleaseJavaResource
> Task :react-native-device-info:extractReleaseAnnotations
> Task :react-native-config:syncReleaseLibJars
> Task :react-native-config:bundleReleaseLocalLintAar
> Task :react-native-device-info:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-device-info:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-device-info:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-device-info:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-fast-image:mergeReleaseJniLibFolders
> Task :react-native-fast-image:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-fast-image:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-device-info:mergeReleaseJavaResource
> Task :react-native-fast-image:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-device-info:syncReleaseLibJars
> Task :react-native-device-info:bundleReleaseLocalLintAar
> Task :react-native-fast-image:extractReleaseAnnotations
> Task :react-native-fast-image:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-fast-image:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-fast-image:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-fast-image:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-fast-image:mergeReleaseJavaResource
> Task :react-native-fbsdk:mergeReleaseJniLibFolders
> Task :react-native-fast-image:syncReleaseLibJars
> Task :react-native-fast-image:bundleReleaseLocalLintAar
> Task :react-native-fbsdk:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-fbsdk:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-fbsdk:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-fbsdk:extractReleaseAnnotations
> Task :react-native-fbsdk:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-fbsdk:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-fbsdk:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-fbsdk:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-fbsdk:mergeReleaseJavaResource
> Task :react-native-gesture-handler:mergeReleaseJniLibFolders
> Task :react-native-fbsdk:syncReleaseLibJars
> Task :react-native-fbsdk:bundleReleaseLocalLintAar
> Task :react-native-gesture-handler:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-gesture-handler:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-gesture-handler:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-gesture-handler:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-gesture-handler:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-image-picker:mergeReleaseJniLibFolders
> Task :react-native-image-picker:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-image-picker:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-image-picker:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-image-picker:extractReleaseAnnotations
> Task :react-native-image-picker:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-image-picker:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-image-picker:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-image-picker:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-image-picker:mergeReleaseJavaResource
> Task :react-native-localize:mergeReleaseJniLibFolders
> Task :react-native-image-picker:syncReleaseLibJars
> Task :react-native-image-picker:bundleReleaseLocalLintAar
> Task :react-native-localize:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-localize:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-localize:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-localize:extractReleaseAnnotations
> Task :react-native-localize:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-localize:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-localize:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-localize:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-localize:mergeReleaseJavaResource
> Task :react-native-pdf:mergeReleaseJniLibFolders
> Task :react-native-localize:syncReleaseLibJars
> Task :react-native-localize:bundleReleaseLocalLintAar
> Task :react-native-pdf:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-pdf:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-pdf:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-pdf:extractReleaseAnnotations
> Task :react-native-pdf:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-pdf:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-pdf:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-pdf:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-pdf:mergeReleaseJavaResource
> Task :react-native-permissions:mergeReleaseJniLibFolders
> Task :react-native-pdf:syncReleaseLibJars
> Task :react-native-pdf:bundleReleaseLocalLintAar
> Task :react-native-permissions:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-permissions:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-permissions:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-permissions:extractReleaseAnnotations
> Task :react-native-permissions:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-permissions:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-permissions:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-permissions:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-permissions:mergeReleaseJavaResource
> Task :react-native-purchases:mergeReleaseJniLibFolders
> Task :react-native-permissions:syncReleaseLibJars
> Task :react-native-permissions:bundleReleaseLocalLintAar
> Task :react-native-purchases:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-purchases:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-purchases:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-purchases:extractReleaseAnnotations
> Task :react-native-purchases:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-purchases:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-purchases:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-purchases:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-purchases:mergeReleaseJavaResource
> Task :react-native-rate:mergeReleaseJniLibFolders
> Task :react-native-purchases:syncReleaseLibJars
> Task :react-native-purchases:bundleReleaseLocalLintAar
> Task :react-native-rate:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-rate:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-rate:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-rate:extractReleaseAnnotations
> Task :react-native-rate:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-rate:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-rate:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-rate:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-rate:mergeReleaseJavaResource
> Task :react-native-safe-area-context:mergeReleaseJniLibFolders
> Task :react-native-rate:syncReleaseLibJars
> Task :react-native-rate:bundleReleaseLocalLintAar
> Task :react-native-safe-area-context:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-safe-area-context:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-safe-area-context:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-safe-area-context:extractReleaseAnnotations
> Task :react-native-safe-area-context:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-safe-area-context:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-safe-area-context:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-safe-area-context:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-safe-area-context:mergeReleaseJavaResource
> Task :react-native-screens:mergeReleaseJniLibFolders
> Task :react-native-safe-area-context:syncReleaseLibJars
> Task :react-native-safe-area-context:bundleReleaseLocalLintAar
> Task :react-native-screens:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-screens:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-screens:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-screens:extractReleaseAnnotations
> Task :react-native-screens:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-screens:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-screens:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-screens:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-screens:mergeReleaseJavaResource
> Task :react-native-version-number:mergeReleaseJniLibFolders
> Task :react-native-screens:syncReleaseLibJars
> Task :react-native-screens:bundleReleaseLocalLintAar
> Task :react-native-version-number:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-version-number:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-version-number:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-version-number:extractReleaseAnnotations
> Task :react-native-version-number:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-version-number:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-version-number:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-version-number:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-version-number:processReleaseJavaRes NO-SOURCE
> Task :react-native-version-number:mergeReleaseJavaResource
> Task :react-native-webview:mergeReleaseJniLibFolders
> Task :react-native-version-number:syncReleaseLibJars
> Task :react-native-version-number:bundleReleaseLocalLintAar
> Task :react-native-webview:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-webview:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-webview:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-webview:extractReleaseAnnotations
> Task :react-native-webview:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :react-native-webview:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-webview:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-webview:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-webview:processReleaseJavaRes NO-SOURCE
> Task :expo-application:mergeReleaseJniLibFolders
> Task :expo-application:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-webview:mergeReleaseJavaResource
> Task :react-native-webview:syncReleaseLibJars
> Task :react-native-webview:bundleReleaseLocalLintAar
> Task :expo-application:stripReleaseDebugSymbols NO-SOURCE
> Task :expo-application:copyReleaseJniLibsProjectAndLocalJars
> Task :expo-application:extractReleaseAnnotations
> Task :expo-application:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo-application:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :expo-application:prepareLintJarForPublish UP-TO-DATE
> Task :expo-application:prepareReleaseArtProfile UP-TO-DATE
> Task :expo-application:mergeReleaseJavaResource
> Task :expo-constants:mergeReleaseJniLibFolders
> Task :expo-application:syncReleaseLibJars
> Task :expo-application:bundleReleaseLocalLintAar
> Task :expo-constants:mergeReleaseNativeLibs NO-SOURCE
> Task :expo-constants:stripReleaseDebugSymbols NO-SOURCE
> Task :expo-constants:copyReleaseJniLibsProjectAndLocalJars
> Task :expo-constants:extractReleaseAnnotations
> Task :expo-constants:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo-constants:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :expo-constants:prepareLintJarForPublish UP-TO-DATE
> Task :expo-constants:prepareReleaseArtProfile UP-TO-DATE
> Task :expo-error-recovery:mergeReleaseJniLibFolders
> Task :expo-constants:mergeReleaseJavaResource
> Task :expo-error-recovery:mergeReleaseNativeLibs NO-SOURCE
> Task :expo-constants:syncReleaseLibJars
> Task :expo-constants:bundleReleaseLocalLintAar
> Task :expo-error-recovery:stripReleaseDebugSymbols NO-SOURCE
> Task :expo-error-recovery:copyReleaseJniLibsProjectAndLocalJars
> Task :expo-error-recovery:extractReleaseAnnotations
> Task :expo-error-recovery:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo-error-recovery:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :expo-error-recovery:prepareLintJarForPublish UP-TO-DATE
> Task :expo-error-recovery:prepareReleaseArtProfile UP-TO-DATE
> Task :expo-file-system:mergeReleaseJniLibFolders
> Task :expo-error-recovery:mergeReleaseJavaResource
> Task :expo-error-recovery:syncReleaseLibJars
> Task :expo-error-recovery:bundleReleaseLocalLintAar
> Task :expo-file-system:mergeReleaseNativeLibs NO-SOURCE
> Task :expo-file-system:stripReleaseDebugSymbols NO-SOURCE
> Task :expo-file-system:copyReleaseJniLibsProjectAndLocalJars
> Task :expo-file-system:extractReleaseAnnotations
> Task :expo-file-system:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo-file-system:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :expo-file-system:prepareLintJarForPublish UP-TO-DATE
> Task :expo-file-system:prepareReleaseArtProfile UP-TO-DATE
> Task :expo-font:mergeReleaseJniLibFolders
> Task :expo-font:mergeReleaseNativeLibs NO-SOURCE
> Task :expo-font:stripReleaseDebugSymbols NO-SOURCE
> Task :expo-file-system:mergeReleaseJavaResource
> Task :expo-font:copyReleaseJniLibsProjectAndLocalJars
> Task :expo-font:extractReleaseAnnotations
> Task :expo-file-system:syncReleaseLibJars
> Task :expo-file-system:bundleReleaseLocalLintAar
> Task :expo-font:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo-font:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :expo-font:prepareLintJarForPublish UP-TO-DATE
> Task :expo-font:prepareReleaseArtProfile UP-TO-DATE
> Task :expo-keep-awake:mergeReleaseJniLibFolders
> Task :expo-keep-awake:mergeReleaseNativeLibs NO-SOURCE
> Task :expo-keep-awake:stripReleaseDebugSymbols NO-SOURCE
> Task :expo-font:mergeReleaseJavaResource
> Task :expo-keep-awake:copyReleaseJniLibsProjectAndLocalJars
> Task :expo-font:syncReleaseLibJars
> Task :expo-font:bundleReleaseLocalLintAar
> Task :expo-keep-awake:extractReleaseAnnotations
> Task :expo-keep-awake:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo-keep-awake:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :expo-keep-awake:prepareLintJarForPublish UP-TO-DATE
> Task :expo-keep-awake:prepareReleaseArtProfile UP-TO-DATE
> Task :expo-notifications:mergeReleaseJniLibFolders
> Task :expo-notifications:mergeReleaseNativeLibs NO-SOURCE
> Task :expo-keep-awake:mergeReleaseJavaResource
> Task :expo-notifications:stripReleaseDebugSymbols NO-SOURCE
> Task :expo-keep-awake:syncReleaseLibJars
> Task :expo-keep-awake:bundleReleaseLocalLintAar
> Task :expo-notifications:copyReleaseJniLibsProjectAndLocalJars
> Task :expo-notifications:extractReleaseAnnotations
> Task :expo-notifications:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo-notifications:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :expo-notifications:prepareLintJarForPublish UP-TO-DATE
> Task :expo-notifications:prepareReleaseArtProfile UP-TO-DATE
> Task :expo-modules-core:createNativeDepsDirectories UP-TO-DATE
> Task :expo-notifications:mergeReleaseJavaResource
> Task :react-native-gesture-handler:compileReleaseKotlin
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/GestureHandler.kt: (755, 11): Name shadowed: size
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEnabledRootView.kt: (9, 51): Unreachable code
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEnabledRootView.kt: (10, 80): Unreachable code
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt: (77, 18): 'onChildStartedNativeGesture(MotionEvent!): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt: (82, 42): Parameter 'disallowIntercept' is never used
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt: (114, 28): Parameter 'viewTag' is never used
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt: (7, 44): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt: (14, 11): 'init(Int): Unit' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt: (30, 42): 'RCTEventEmitter' is deprecated. Deprecated in Java
w: /Users/kevin/projects/avo-native/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt: (31, 21): 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
> Task :expo-modules-core:extractReactNativeAARRelease
> Task :react-native-gesture-handler:compileReleaseJavaWithJavac
> Task :react-native-gesture-handler:bundleLibResRelease
> Task :react-native-gesture-handler:extractReleaseAnnotations
> Task :react-native-gesture-handler:bundleLibCompileToJarRelease
> Task :react-native-gesture-handler:bundleLibRuntimeToJarRelease
> Task :react-native-gesture-handler:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :app:compileAvovietnamReleaseJavaWithJavac
> Task :react-native-gesture-handler:createFullJarRelease
> Task :react-native-gesture-handler:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :react-native-gesture-handler:mergeReleaseJavaResource
> Task :expo-notifications:syncReleaseLibJars
> Task :react-native-gesture-handler:syncReleaseLibJars
> Task :react-native-gesture-handler:bundleReleaseLocalLintAar
> Task :expo-notifications:bundleReleaseLocalLintAar
> Task :expo-modules-core:mergeReleaseJniLibFolders
> Task :expo-modules-core:extractReleaseAnnotations
> Task :expo-modules-core:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo-modules-core:mergeReleaseConsumerProguardFiles
> Task :expo-modules-core:prepareLintJarForPublish UP-TO-DATE
> Task :expo-modules-core:prepareReleaseArtProfile UP-TO-DATE
> Task :react-native-linear-gradient:mergeReleaseJniLibFolders
> Task :react-native-linear-gradient:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-linear-gradient:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-linear-gradient:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-linear-gradient:extractReleaseAnnotations
> Task :react-native-linear-gradient:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :expo-modules-core:mergeReleaseJavaResource
> Task :react-native-linear-gradient:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :expo-modules-core:downloadFolly
Download https://github.com/facebook/folly/archive/v2021.07.22.00.tar.gz
> Task :expo-modules-core:syncReleaseLibJars
> Task :expo-modules-core:downloadDoubleConversion
Download https://github.com/google/double-conversion/archive/v1.1.6.tar.gz
> Task :expo-modules-core:prepareFolly
> Task :expo-modules-core:downloadBoost
Download https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz
> Task :expo-modules-core:prepareDoubleConversion
> Task :react-native-linear-gradient:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-linear-gradient:prepareReleaseArtProfile UP-TO-DATE
> Task :expo-error-recovery:writeReleaseLintModelMetadata
> Task :react-native-linear-gradient:mergeReleaseJavaResource
> Task :expo-file-system:writeReleaseLintModelMetadata
> Task :react-native-linear-gradient:syncReleaseLibJars
> Task :react-native-linear-gradient:bundleReleaseLocalLintAar
> Task :expo-font:writeReleaseLintModelMetadata
> Task :expo-keep-awake:writeReleaseLintModelMetadata
> Task :expo-modules-core:writeReleaseLintModelMetadata
> Task :expo-notifications:writeReleaseLintModelMetadata
> Task :react-native-android-keyboard-adjust:writeReleaseLintModelMetadata
> Task :react-native-bootsplash:writeReleaseLintModelMetadata
> Task :react-native-clipboard_clipboard:writeReleaseLintModelMetadata
> Task :react-native-community_async-storage:writeReleaseLintModelMetadata
> Task :react-native-community_geolocation:writeReleaseLintModelMetadata
> Task :react-native-community_masked-view:writeReleaseLintModelMetadata
> Task :react-native-community_netinfo:writeReleaseLintModelMetadata
> Task :react-native-config:writeReleaseLintModelMetadata
> Task :react-native-device-info:writeReleaseLintModelMetadata
> Task :react-native-fast-image:writeReleaseLintModelMetadata
> Task :react-native-fbsdk:writeReleaseLintModelMetadata
> Task :react-native-fetch-blob:writeReleaseLintModelMetadata
> Task :react-native-firebase_app:writeReleaseLintModelMetadata
> Task :react-native-firebase_messaging:writeReleaseLintModelMetadata
> Task :react-native-gesture-handler:writeReleaseLintModelMetadata
> Task :react-native-image-picker:writeReleaseLintModelMetadata
> Task :react-native-linear-gradient:writeReleaseLintModelMetadata
> Task :react-native-localize:writeReleaseLintModelMetadata
> Task :react-native-pdf:writeReleaseLintModelMetadata
> Task :react-native-permissions:writeReleaseLintModelMetadata
> Task :react-native-picker_picker:writeReleaseLintModelMetadata
> Task :react-native-purchases:writeReleaseLintModelMetadata
> Task :react-native-rate:writeReleaseLintModelMetadata
> Task :react-native-safe-area-context:writeReleaseLintModelMetadata
> Task :react-native-screens:writeReleaseLintModelMetadata
> Task :react-native-vector-icons:writeReleaseLintModelMetadata
> Task :react-native-version-number:bundleLibResRelease NO-SOURCE
> Task :react-native-version-number:writeReleaseLintModelMetadata
> Task :react-native-version-number:bundleLibRuntimeToJarRelease
> Task :react-native-webview:bundleLibResRelease
> Task :react-native-version-number:createFullJarRelease
> Task :react-native-webview:writeReleaseLintModelMetadata
> Task :sentry_react-native:bundleLibResRelease NO-SOURCE
> Task :sentry_react-native:writeReleaseLintModelMetadata
> Task :sentry_react-native:bundleLibRuntimeToJarRelease
> Task :react-native-webview:bundleLibRuntimeToJarRelease
> Task :app:mergeAvovietnamReleaseJniLibFolders
> Task :react-native-webview:createFullJarRelease
> Task :sentry_react-native:createFullJarRelease
> Task :expo:copyReleaseJniLibsProjectOnly
> Task :expo-application:copyReleaseJniLibsProjectOnly
> Task :expo-constants:copyReleaseJniLibsProjectOnly
> Task :expo-error-recovery:copyReleaseJniLibsProjectOnly
> Task :expo-file-system:copyReleaseJniLibsProjectOnly
> Task :expo-font:copyReleaseJniLibsProjectOnly
> Task :expo-keep-awake:copyReleaseJniLibsProjectOnly
> Task :expo-notifications:copyReleaseJniLibsProjectOnly
> Task :react-native-android-keyboard-adjust:copyReleaseJniLibsProjectOnly
> Task :react-native-bootsplash:copyReleaseJniLibsProjectOnly
> Task :react-native-clipboard_clipboard:copyReleaseJniLibsProjectOnly
> Task :react-native-community_async-storage:copyReleaseJniLibsProjectOnly
> Task :react-native-community_geolocation:copyReleaseJniLibsProjectOnly
> Task :react-native-community_masked-view:copyReleaseJniLibsProjectOnly
> Task :react-native-community_netinfo:copyReleaseJniLibsProjectOnly
> Task :react-native-config:copyReleaseJniLibsProjectOnly
> Task :react-native-device-info:copyReleaseJniLibsProjectOnly
> Task :react-native-fast-image:copyReleaseJniLibsProjectOnly
> Task :react-native-fbsdk:copyReleaseJniLibsProjectOnly
> Task :react-native-fetch-blob:copyReleaseJniLibsProjectOnly
> Task :react-native-firebase_app:copyReleaseJniLibsProjectOnly
> Task :react-native-firebase_messaging:copyReleaseJniLibsProjectOnly
> Task :react-native-gesture-handler:copyReleaseJniLibsProjectOnly
> Task :react-native-image-picker:copyReleaseJniLibsProjectOnly
> Task :react-native-linear-gradient:copyReleaseJniLibsProjectOnly
> Task :react-native-pdf:copyReleaseJniLibsProjectOnly
> Task :react-native-localize:copyReleaseJniLibsProjectOnly
> Task :react-native-permissions:copyReleaseJniLibsProjectOnly
> Task :react-native-picker_picker:copyReleaseJniLibsProjectOnly
> Task :react-native-purchases:copyReleaseJniLibsProjectOnly
> Task :react-native-safe-area-context:copyReleaseJniLibsProjectOnly
> Task :react-native-rate:copyReleaseJniLibsProjectOnly
> Task :react-native-screens:copyReleaseJniLibsProjectOnly
> Task :react-native-vector-icons:copyReleaseJniLibsProjectOnly
> Task :react-native-version-number:copyReleaseJniLibsProjectOnly
> Task :react-native-webview:copyReleaseJniLibsProjectOnly
> Task :sentry_react-native:copyReleaseJniLibsProjectOnly
> Task :app:mergeAvovietnamReleaseArtProfile
> Task :app:desugarAvovietnamReleaseFileDependencies
> Task :app:checkAvovietnamReleaseDuplicateClasses
> Task :app:dexBuilderAvovietnamRelease
> Task :app:processAvovietnamReleaseJavaRes NO-SOURCE
> Task :app:compressAvovietnamReleaseAssets
Execution optimizations have been disabled for task ':app:compressAvovietnamReleaseAssets' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/Users/kevin/projects/avo-native/android/app/build/intermediates/assets/avovietnamRelease/mergeAvovietnamReleaseAssets'. Reason: Task ':app:compressAvovietnamReleaseAssets' uses this output of task ':app:copyAvovietnamReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :app:collectAvovietnamReleaseDependencies
> Task :app:sdkAvovietnamReleaseDependencyData
> Task :app:writeAvovietnamReleaseAppMetadata
> Task :app:writeAvovietnamReleaseSigningConfigVersions
> Task :app:optimizeAvovietnamReleaseResources
> Task :app:mergeAvovietnamReleaseJavaResource
> Task :app:mergeExtDexAvovietnamRelease
> Task :app:mergeDexAvovietnamRelease
> Task :app:compileAvovietnamReleaseArtProfile
> Task :expo-modules-core:prepareBoost
> Task :expo-modules-core:prepareThirdPartyNdkHeaders
> Task :expo-modules-core:extractAARHeaders
> Task :expo-modules-core:extractJNIFiles
> Task :expo-modules-core:configureCMakeRelWithDebInfo[arm64-v8a]
> Task :expo-modules-core:buildCMakeRelWithDebInfo[arm64-v8a]
C/C++: ninja: Entering directory `/Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/421t5e6r/arm64-v8a'
C/C++: ../../../../src/main/cpp/MethodMetadata.cpp:165:5: warning: field 'longLivedObjectCollection_' will be initialized after field 'name' [-Wreorder]
> Task :expo-modules-core:configureCMakeRelWithDebInfo[armeabi-v7a]
> Task :expo-modules-core:buildCMakeRelWithDebInfo[armeabi-v7a]
C/C++: ninja: Entering directory `/Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/421t5e6r/armeabi-v7a'
C/C++: ../../../../src/main/cpp/MethodMetadata.cpp:165:5: warning: field 'longLivedObjectCollection_' will be initialized after field 'name' [-Wreorder]
> Task :expo-modules-core:configureCMakeRelWithDebInfo[x86]
> Task :expo-modules-core:buildCMakeRelWithDebInfo[x86]
C/C++: ninja: Entering directory `/Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/421t5e6r/x86'
C/C++: ../../../../src/main/cpp/MethodMetadata.cpp:165:5: warning: field 'longLivedObjectCollection_' will be initialized after field 'name' [-Wreorder]
> Task :expo-modules-core:configureCMakeRelWithDebInfo[x86_64]
> Task :expo-modules-core:buildCMakeRelWithDebInfo[x86_64]
C/C++: ninja: Entering directory `/Users/kevin/projects/avo-native/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/421t5e6r/x86_64'
C/C++: ../../../../src/main/cpp/MethodMetadata.cpp:165:5: warning: field 'longLivedObjectCollection_' will be initialized after field 'name' [-Wreorder]
> Task :expo-modules-core:externalNativeBuildRelease
> Task :expo-modules-core:mergeReleaseNativeLibs
> Task :expo-modules-core:stripReleaseDebugSymbols
> Task :expo-modules-core:copyReleaseJniLibsProjectAndLocalJars
> Task :expo-modules-core:bundleReleaseLocalLintAar
> Task :expo-modules-core:copyReleaseJniLibsProjectOnly
> Task :app:lintVitalAnalyzeAvovietnamRelease
> Task :app:mergeAvovietnamReleaseNativeLibs
> Task :app:lintVitalReportAvovietnamRelease
> Task :app:stripAvovietnamReleaseDebugSymbols
> Task :app:lintVitalAvovietnamRelease
> Task :app:packageAvovietnamRelease FAILED
> Task :app:extractAvovietnamReleaseNativeSymbolTables
w: Detected multiple Kotlin daemon sessions at build/kotlin/sessions
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:packageAvovietnamRelease'.
> A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
> SigningConfig "release" is missing required property "storeFile".
* 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 2 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD FAILED in 1m 59s
1164 actionable tasks: 1009 executed, 155 up-to-date

+------+------------------------------------+-------------+
| fastlane summary |
+------+------------------------------------+-------------+
| Step | Action | Time (in s) |
+------+------------------------------------+-------------+
| 1 | sync_code_signing | 5 |
| 2 | git_pull | 1 |
| 3 | git_pull | 3 |
| 4 | Switch to android build lane | 0 |
| 5 | Switch to android set_country lane | 0 |
| 6 | Switch to android app_icon lane | 0 |
| 7 | android_appicon | 5 |
| 8 | android_appicon | 5 |
| 9 | cd .. && npx jetify && cd fastlane | 2 |
| 10 | clean | 14 |
| 💥 | assembleavovietnamRelease | 119 |
+------+------------------------------------+-------------+
[09:21:37]: fastlane finished with errors
Looking for related GitHub issues on fastlane/fastlane...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment