[packages] fix another gradle 8 warnings (#22609)# Why there are other gradle 8 build warnings: ``` > Task :expo:processReleaseManifest package="expo.core" found in source AndroidManifest.x
[packages] fix another gradle 8 warnings (#22609)# Why there are other gradle 8 build warnings: ``` > Task :expo:processReleaseManifest package="expo.core" found in source AndroidManifest.xml: /home/runner/work/expo/expo/packages/expo/android/src/main/AndroidManifest.xml. Setting the namespace via a source AndroidManifest.xml's package attribute is deprecated. Please instead set the namespace (or testNamespace) in the module's build.gradle file, as described here: https://developer.android.com/studio/build/configure-app-module#set-namespace This migration can be done automatically using the AGP Upgrade Assistant, please refer to https://developer.android.com/studio/build/agp-upgrade-assistant for more information. ``` # How migrate `package` in **AndroidManifest.xml** to `namespace` in **build.gradle** # Test Plan ci passed
show more ...
[dev-client] Run spotless (#17612)# Why Run `spotless` in dev-* packages
[dev-launcher] remove dev menu from extra modules (#16562)
[dev-client] Fix tests don't compile
switch cloudfront domain to classic-assets.eascdn.net (#15781)* switch cloudfront domain to classic-assets.eascdn.net * build expo asset * fix lint * changelog
[expo-dev-launcher] replace android DevLauncherManifest class with expo-manifests (#14462)
[expo-dev-client] fix .npmignore (#13990)
[dev-client] Add instrumented tests on Android (#13639)# Why Closes ENG-1569. Needs https://github.com/expo/expo/pull/13638 to work. # How Added instrumented tests to `expo-dev-client` pa
[dev-client] Add instrumented tests on Android (#13639)# Why Closes ENG-1569. Needs https://github.com/expo/expo/pull/13638 to work. # How Added instrumented tests to `expo-dev-client` package. However, this code won't be released by npm. So it's only for internal purposes. Also, to test more scenarios, I've created a simple app that will be loaded by the dev-client. It's also excluded from being published. # Test Plan - run created test locally