diff --git a/.circleci/src/jobs/@mobile-jobs.yml b/.circleci/src/jobs/@mobile-jobs.yml index 7b2ae3dd1a6..be9ad848437 100644 --- a/.circleci/src/jobs/@mobile-jobs.yml +++ b/.circleci/src/jobs/@mobile-jobs.yml @@ -56,7 +56,7 @@ mobile-build-staging-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '16.1.0' + xcode: '16.0.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -76,7 +76,7 @@ mobile-build-upload-staging-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '16.1.0' + xcode: '16.0.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -95,7 +95,7 @@ mobile-build-production-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '16.1.0' + xcode: '16.0.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -114,7 +114,7 @@ mobile-build-upload-production-ios-if-full-release: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '16.1.0' + xcode: '16.0.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -135,7 +135,7 @@ mobile-deploy-codepush-production-ios-if-ota-release: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '16.1.0' + xcode: '16.0.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -154,7 +154,7 @@ mobile-build-upload-releasecandidate-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '16.1.0' + xcode: '16.0.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -173,7 +173,7 @@ mobile-build-upload-staging-releasecandidate-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '16.1.0' + xcode: '16.0.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail diff --git a/.circleci/src/jobs/@web-jobs.yml b/.circleci/src/jobs/@web-jobs.yml index d9c5412c524..2d6c002378d 100644 --- a/.circleci/src/jobs/@web-jobs.yml +++ b/.circleci/src/jobs/@web-jobs.yml @@ -287,7 +287,7 @@ web-dist-mac-staging: # run on macos so dmg can be created and signed. resource_class: macos.m1.large.gen1 macos: - xcode: '16.1.0' + xcode: '16.0.0' steps: - web-distribute: build-type: mac-publish @@ -320,7 +320,7 @@ web-dist-mac-production: # run on macos so dmg can be created and signed. resource_class: macos.m1.large.gen1 macos: - xcode: '16.1.0' + xcode: '16.0.0' steps: - web-distribute: build-type: mac-publish-production diff --git a/.ruby-version b/.ruby-version index 0163af7e863..2c6109e5bb8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 \ No newline at end of file +3.3.4 \ No newline at end of file diff --git a/packages/mobile/android/app/build.gradle b/packages/mobile/android/app/build.gradle index c9adac46d88..f0de095661e 100755 --- a/packages/mobile/android/app/build.gradle +++ b/packages/mobile/android/app/build.gradle @@ -216,7 +216,6 @@ dependencies { apply from: "../../node_modules/react-native-code-push/android/codepush.gradle" -apply from: file("../../../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) // Google Services Gradle plugin apply plugin: 'com.google.gms.google-services' diff --git a/packages/mobile/android/app/src/main/AndroidManifest.xml b/packages/mobile/android/app/src/main/AndroidManifest.xml index 966a435f08c..d337855ea82 100755 --- a/packages/mobile/android/app/src/main/AndroidManifest.xml +++ b/packages/mobile/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,8 @@ - +