From b5d2bb5b6ebb1272ac5c6cebec17ae2f7cf7e0f6 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Thu, 18 Sep 2025 04:26:01 +0000 Subject: [PATCH] Update APM to 4.1.1 (50804) --- metadata/com.noxplay.noxplayer.yml | 448 ++++++++++++++++++++++++++++- 1 file changed, 446 insertions(+), 2 deletions(-) diff --git a/metadata/com.noxplay.noxplayer.yml b/metadata/com.noxplay.noxplayer.yml index 1a38d41829..5dc26c1798 100644 --- a/metadata/com.noxplay.noxplayer.yml +++ b/metadata/com.noxplay.noxplayer.yml @@ -5139,6 +5139,450 @@ Builds: gradleprops: - reactNativeArchitectures=x86_64 + - versionName: 4.1.1 + versionCode: 50801 + commit: b5809f2d6e1dd46fcae0863a026e403d24de7259 + subdir: android/app + submodules: true + sudo: + - apt-get update + - apt-get install -y npm ninja-build bzip2 xz-utils make automake pkg-config + libtool nasm meson cmake + - curl -Lo node.tar.gz https://nodejs.org/dist/v22.19.0/node-v22.19.0-linux-x64.tar.gz + - echo "d36e56998220085782c0ca965f9d51b7726335aed2f5fc7321c6c0ad233aa96d node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + init: + - corepack enable + - yarn remove sp-react-native-in-app-updates react-native-purchases + - yarn install + - yarn postinstall + gradle: + - yes + srclibs: + - react-native-skia@v2.2.0 + - notifee@@notifee/react-native@9.1.8 + - ffmpeg-kit@v6.0.LTS + rm: + - ios + - src/hooks/usePlayStore.ts + - node_modules/@shopify/react-native-skia/libs/android + prebuild: + - sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d' + build.gradle + - cd ../.. + - sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},' + package.json + - python3 ./scripts/fixHTTP.py + - sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts + - sed -i -e '/^ if (APPSTORE) {/,/^ }/s/^ .*//g' -e '/^ if (APPSTORE) + {/,/^ }/s/^ .*//g' -e '/react-native-purchases/d' src/hooks/useVIP.ts + - sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle + - sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle + - sed -i -e '/installreferrer/d' node_modules/expo-application/android/build.gradle + - sed -i -e '/com.android.installreferrer.api/d' -e '/StringBuilder()/,/^ })/d' + -e '/getInstallReferrerAsync/apromise.resolve("")' node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt + - export skiaVersion=$(sed -n -E 's|.*resolution:\ "@shopify/react-native-skia@npm:(.*)"|\1|p' + yarn.lock) + - '[[ $skiaVersion ]]' + - git -C $$react-native-skia$$ checkout -f "v$skiaVersion" + - git -C $$react-native-skia$$ submodule update --init --recursive + - export notifeeVersion=$(sed -n -E 's|.*resolution:\ "@notifee/react-native@npm:(.*)"|\1|p' + yarn.lock) + - '[[ $notifeeVersion ]]' + - git -C $$notifee$$ checkout -f "@notifee/react-native@$notifeeVersion" + scanignore: + - android/build.gradle + - node_modules/react-native/sdks/hermesc/linux64-bin/hermesc + - node_modules/react-native-svga-player/android/build.gradle + - node_modules/@react-native-cookies/cookies/android/build.gradle + - node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle + - node_modules/lottie-react-native/android/build.gradle + - node_modules/react-native-track-player/android/build.gradle + - node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle + - node_modules/react-native-video/android/build.gradle + - node_modules/react-native-get-random-values/android/build.gradle + - node_modules/react-native-device-info/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-pager-view/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/react-native-image-colors/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/ffmpeg-kit-react-native/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/react-native-app-auth/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-blob-util/android/build.gradle + - node_modules/@notifee/react-native/android/build.gradle + - node_modules/react-native-edge-to-edge/android/build.gradle + scandelete: + - .vs + - .yarn/install-state.gz + - android/ffmpeg-kit-binaries + - node_modules + build: + - sdkmanager 'ndk;25.1.8937393' + - pushd $$ffmpeg-kit$$ + - ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_ROOT=$$SDK$$/ndk/25.1.8937393 ./android.sh + --disable-arm-v7a-neon --disable-arm64-v8a --disable-x86 --disable-x86-64 + --enable-android-media-codec --enable-android-zlib + - popd + - mv $$ffmpeg-kit$$/prebuilt/bundle-android-aar/ffmpeg-kit/ffmpeg-kit.aar ../ffmpeg-kit-binaries/ffmpeg-kit-audio-6.0-2.aar + - ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle) + - pushd $$react-native-skia$$ + - yarn + - pushd ./externals/depot_tools + - ./update_depot_tools + - popd + - cd packages/skia + - export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion + - yarn build-skia android-arm + - popd + - mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android + - pushd $$notifee$$/android + - gradle publishAarPublicationToMavenRepository + - popd + - rm -rf ../../node_modules/@notifee/react-native/android/libs + - mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/ + - cd .. + - gradle generateCodegenArtifactsFromSchema --rerun-tasks + gradleprops: + - reactNativeArchitectures=armeabi-v7a + + - versionName: 4.1.1 + versionCode: 50802 + commit: b5809f2d6e1dd46fcae0863a026e403d24de7259 + subdir: android/app + submodules: true + sudo: + - apt-get update + - apt-get install -y npm ninja-build bzip2 xz-utils make automake pkg-config + libtool nasm meson cmake + - curl -Lo node.tar.gz https://nodejs.org/dist/v22.19.0/node-v22.19.0-linux-x64.tar.gz + - echo "d36e56998220085782c0ca965f9d51b7726335aed2f5fc7321c6c0ad233aa96d node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + init: + - corepack enable + - yarn remove sp-react-native-in-app-updates react-native-purchases + - yarn install + - yarn postinstall + gradle: + - yes + srclibs: + - react-native-skia@v2.2.0 + - notifee@@notifee/react-native@9.1.8 + - ffmpeg-kit@v6.0.LTS + rm: + - ios + - src/hooks/usePlayStore.ts + - node_modules/@shopify/react-native-skia/libs/android + prebuild: + - sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d' + build.gradle + - cd ../.. + - sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},' + package.json + - python3 ./scripts/fixHTTP.py + - sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts + - sed -i -e '/^ if (APPSTORE) {/,/^ }/s/^ .*//g' -e '/^ if (APPSTORE) + {/,/^ }/s/^ .*//g' -e '/react-native-purchases/d' src/hooks/useVIP.ts + - sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle + - sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle + - sed -i -e '/installreferrer/d' node_modules/expo-application/android/build.gradle + - sed -i -e '/com.android.installreferrer.api/d' -e '/StringBuilder()/,/^ })/d' + -e '/getInstallReferrerAsync/apromise.resolve("")' node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt + - export skiaVersion=$(sed -n -E 's|.*resolution:\ "@shopify/react-native-skia@npm:(.*)"|\1|p' + yarn.lock) + - '[[ $skiaVersion ]]' + - git -C $$react-native-skia$$ checkout -f "v$skiaVersion" + - git -C $$react-native-skia$$ submodule update --init --recursive + - export notifeeVersion=$(sed -n -E 's|.*resolution:\ "@notifee/react-native@npm:(.*)"|\1|p' + yarn.lock) + - '[[ $notifeeVersion ]]' + - git -C $$notifee$$ checkout -f "@notifee/react-native@$notifeeVersion" + scanignore: + - android/build.gradle + - node_modules/react-native/sdks/hermesc/linux64-bin/hermesc + - node_modules/react-native-svga-player/android/build.gradle + - node_modules/@react-native-cookies/cookies/android/build.gradle + - node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle + - node_modules/lottie-react-native/android/build.gradle + - node_modules/react-native-track-player/android/build.gradle + - node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle + - node_modules/react-native-video/android/build.gradle + - node_modules/react-native-get-random-values/android/build.gradle + - node_modules/react-native-device-info/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-pager-view/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/react-native-image-colors/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/ffmpeg-kit-react-native/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/react-native-app-auth/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-blob-util/android/build.gradle + - node_modules/@notifee/react-native/android/build.gradle + - node_modules/react-native-edge-to-edge/android/build.gradle + scandelete: + - .vs + - .yarn/install-state.gz + - android/ffmpeg-kit-binaries + - node_modules + build: + - sdkmanager 'ndk;25.1.8937393' + - pushd $$ffmpeg-kit$$ + - ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_ROOT=$$SDK$$/ndk/25.1.8937393 ./android.sh + --disable-arm-v7a-neon --disable-arm-v7a --disable-arm64-v8a --disable-x86-64 + --enable-android-media-codec --enable-android-zlib + - popd + - mv $$ffmpeg-kit$$/prebuilt/bundle-android-aar/ffmpeg-kit/ffmpeg-kit.aar ../ffmpeg-kit-binaries/ffmpeg-kit-audio-6.0-2.aar + - ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle) + - pushd $$react-native-skia$$ + - yarn + - pushd ./externals/depot_tools + - ./update_depot_tools + - popd + - cd packages/skia + - export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion + - yarn build-skia android-x86 + - popd + - mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android + - pushd $$notifee$$/android + - gradle publishAarPublicationToMavenRepository + - popd + - rm -rf ../../node_modules/@notifee/react-native/android/libs + - mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/ + - cd .. + - gradle generateCodegenArtifactsFromSchema --rerun-tasks + gradleprops: + - reactNativeArchitectures=x86 + + - versionName: 4.1.1 + versionCode: 50803 + commit: b5809f2d6e1dd46fcae0863a026e403d24de7259 + subdir: android/app + submodules: true + sudo: + - apt-get update + - apt-get install -y npm ninja-build bzip2 xz-utils make automake pkg-config + libtool nasm meson cmake + - curl -Lo node.tar.gz https://nodejs.org/dist/v22.19.0/node-v22.19.0-linux-x64.tar.gz + - echo "d36e56998220085782c0ca965f9d51b7726335aed2f5fc7321c6c0ad233aa96d node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + init: + - corepack enable + - yarn remove sp-react-native-in-app-updates react-native-purchases + - yarn install + - yarn postinstall + gradle: + - yes + srclibs: + - react-native-skia@v2.2.0 + - notifee@@notifee/react-native@9.1.8 + - ffmpeg-kit@v6.0.LTS + rm: + - ios + - src/hooks/usePlayStore.ts + - node_modules/@shopify/react-native-skia/libs/android + prebuild: + - sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d' + build.gradle + - cd ../.. + - sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},' + package.json + - python3 ./scripts/fixHTTP.py + - sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts + - sed -i -e '/^ if (APPSTORE) {/,/^ }/s/^ .*//g' -e '/^ if (APPSTORE) + {/,/^ }/s/^ .*//g' -e '/react-native-purchases/d' src/hooks/useVIP.ts + - sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle + - sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle + - sed -i -e '/installreferrer/d' node_modules/expo-application/android/build.gradle + - sed -i -e '/com.android.installreferrer.api/d' -e '/StringBuilder()/,/^ })/d' + -e '/getInstallReferrerAsync/apromise.resolve("")' node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt + - export skiaVersion=$(sed -n -E 's|.*resolution:\ "@shopify/react-native-skia@npm:(.*)"|\1|p' + yarn.lock) + - '[[ $skiaVersion ]]' + - git -C $$react-native-skia$$ checkout -f "v$skiaVersion" + - git -C $$react-native-skia$$ submodule update --init --recursive + - export notifeeVersion=$(sed -n -E 's|.*resolution:\ "@notifee/react-native@npm:(.*)"|\1|p' + yarn.lock) + - '[[ $notifeeVersion ]]' + - git -C $$notifee$$ checkout -f "@notifee/react-native@$notifeeVersion" + scanignore: + - android/build.gradle + - node_modules/react-native/sdks/hermesc/linux64-bin/hermesc + - node_modules/react-native-svga-player/android/build.gradle + - node_modules/@react-native-cookies/cookies/android/build.gradle + - node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle + - node_modules/lottie-react-native/android/build.gradle + - node_modules/react-native-track-player/android/build.gradle + - node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle + - node_modules/react-native-video/android/build.gradle + - node_modules/react-native-get-random-values/android/build.gradle + - node_modules/react-native-device-info/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-pager-view/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/react-native-image-colors/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/ffmpeg-kit-react-native/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/react-native-app-auth/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-blob-util/android/build.gradle + - node_modules/@notifee/react-native/android/build.gradle + - node_modules/react-native-edge-to-edge/android/build.gradle + scandelete: + - .vs + - .yarn/install-state.gz + - android/ffmpeg-kit-binaries + - node_modules + build: + - sdkmanager 'ndk;25.1.8937393' + - pushd $$ffmpeg-kit$$ + - ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_ROOT=$$SDK$$/ndk/25.1.8937393 ./android.sh + --disable-arm-v7a-neon --disable-arm-v7a --disable-x86 --disable-x86-64 --enable-android-media-codec + --enable-android-zlib + - popd + - mv $$ffmpeg-kit$$/prebuilt/bundle-android-aar/ffmpeg-kit/ffmpeg-kit.aar ../ffmpeg-kit-binaries/ffmpeg-kit-audio-6.0-2.aar + - ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle) + - pushd $$react-native-skia$$ + - yarn + - pushd ./externals/depot_tools + - ./update_depot_tools + - popd + - cd packages/skia + - export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion + - yarn build-skia android-arm64 + - popd + - mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android + - pushd $$notifee$$/android + - gradle publishAarPublicationToMavenRepository + - popd + - rm -rf ../../node_modules/@notifee/react-native/android/libs + - mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/ + - cd .. + - gradle generateCodegenArtifactsFromSchema --rerun-tasks + gradleprops: + - reactNativeArchitectures=arm64-v8a + + - versionName: 4.1.1 + versionCode: 50804 + commit: b5809f2d6e1dd46fcae0863a026e403d24de7259 + subdir: android/app + submodules: true + sudo: + - apt-get update + - apt-get install -y npm ninja-build bzip2 xz-utils make automake pkg-config + libtool nasm meson cmake + - curl -Lo node.tar.gz https://nodejs.org/dist/v22.19.0/node-v22.19.0-linux-x64.tar.gz + - echo "d36e56998220085782c0ca965f9d51b7726335aed2f5fc7321c6c0ad233aa96d node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + init: + - corepack enable + - yarn remove sp-react-native-in-app-updates react-native-purchases + - yarn install + - yarn postinstall + gradle: + - yes + srclibs: + - react-native-skia@v2.2.0 + - notifee@@notifee/react-native@9.1.8 + - ffmpeg-kit@v6.0.LTS + rm: + - ios + - src/hooks/usePlayStore.ts + - node_modules/@shopify/react-native-skia/libs/android + prebuild: + - sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d' + build.gradle + - cd ../.. + - sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},' + package.json + - python3 ./scripts/fixHTTP.py + - sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts + - sed -i -e '/^ if (APPSTORE) {/,/^ }/s/^ .*//g' -e '/^ if (APPSTORE) + {/,/^ }/s/^ .*//g' -e '/react-native-purchases/d' src/hooks/useVIP.ts + - sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle + - sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle + - sed -i -e '/installreferrer/d' node_modules/expo-application/android/build.gradle + - sed -i -e '/com.android.installreferrer.api/d' -e '/StringBuilder()/,/^ })/d' + -e '/getInstallReferrerAsync/apromise.resolve("")' node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt + - export skiaVersion=$(sed -n -E 's|.*resolution:\ "@shopify/react-native-skia@npm:(.*)"|\1|p' + yarn.lock) + - '[[ $skiaVersion ]]' + - git -C $$react-native-skia$$ checkout -f "v$skiaVersion" + - git -C $$react-native-skia$$ submodule update --init --recursive + - export notifeeVersion=$(sed -n -E 's|.*resolution:\ "@notifee/react-native@npm:(.*)"|\1|p' + yarn.lock) + - '[[ $notifeeVersion ]]' + - git -C $$notifee$$ checkout -f "@notifee/react-native@$notifeeVersion" + scanignore: + - android/build.gradle + - node_modules/react-native/sdks/hermesc/linux64-bin/hermesc + - node_modules/react-native-svga-player/android/build.gradle + - node_modules/@react-native-cookies/cookies/android/build.gradle + - node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle + - node_modules/lottie-react-native/android/build.gradle + - node_modules/react-native-track-player/android/build.gradle + - node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle + - node_modules/react-native-video/android/build.gradle + - node_modules/react-native-get-random-values/android/build.gradle + - node_modules/react-native-device-info/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-pager-view/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/react-native-image-colors/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/ffmpeg-kit-react-native/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/react-native-app-auth/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-blob-util/android/build.gradle + - node_modules/@notifee/react-native/android/build.gradle + - node_modules/react-native-edge-to-edge/android/build.gradle + scandelete: + - .vs + - .yarn/install-state.gz + - android/ffmpeg-kit-binaries + - node_modules + build: + - sdkmanager 'ndk;25.1.8937393' + - pushd $$ffmpeg-kit$$ + - ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_ROOT=$$SDK$$/ndk/25.1.8937393 ./android.sh + --disable-arm-v7a-neon --disable-arm-v7a --disable-arm64-v8a --disable-x86 + --enable-android-media-codec --enable-android-zlib + - popd + - mv $$ffmpeg-kit$$/prebuilt/bundle-android-aar/ffmpeg-kit/ffmpeg-kit.aar ../ffmpeg-kit-binaries/ffmpeg-kit-audio-6.0-2.aar + - ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle) + - pushd $$react-native-skia$$ + - yarn + - pushd ./externals/depot_tools + - ./update_depot_tools + - popd + - cd packages/skia + - export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion + - yarn build-skia android-x64 + - popd + - mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android + - pushd $$notifee$$/android + - gradle publishAarPublicationToMavenRepository + - popd + - rm -rf ../../node_modules/@notifee/react-native/android/libs + - mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/ + - cd .. + - gradle generateCodegenArtifactsFromSchema --rerun-tasks + gradleprops: + - reactNativeArchitectures=x86_64 + MaintainerNotes: com/google/ads/interactivemedia/v3/api/AdEvent stubs are from react-native-video AutoUpdateMode: Version @@ -5148,5 +5592,5 @@ VercodeOperation: - 100 * %c + 2 - 100 * %c + 3 - 100 * %c + 4 -CurrentVersion: 4.1.0 -CurrentVersionCode: 49104 +CurrentVersion: 4.1.1 +CurrentVersionCode: 50804