History log of /expo/packages/expo-barcode-scanner/android/src/main/AndroidManifest.xml (Results 1 – 3 of 3)
Revision Date Author Comments
# 3a04781f 24-May-2023 Kudo Chien <[email protected]>

[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 ...


# f42bad60 31-Jul-2020 Cedric van Putten <[email protected]>

[barcode-scanner] Add default camera permission (#9227)

* [barcode-scanner] Add default camera permission

* [barcode-scanner] Add changelog entry

* [barcode-scanner] Update changelog entry


# eafa96e0 10-Oct-2018 Stanisław Chmiela <[email protected]>

Move universal modules to packages (#2380)

* Move modules to packages

* Remove unused, old, unmaintained standalone projects

* Replace ['"/]modules['"/] with packages

* Run pod install afte

Move universal modules to packages (#2380)

* Move modules to packages

* Remove unused, old, unmaintained standalone projects

* Replace ['"/]modules['"/] with packages

* Run pod install after regenerating ios files

show more ...