Attribute application@usesCleartextTraffic at AndroidManifest.xml requires a placeholder substitution but no value for <usesCleartextTraffic> is provided. [io.github.zhongwuzw:mmkv:2.2.4]
This error shown while build app in bitrise
```
/Users/vagrant/git/android/app/src/main/AndroidManifest.xml:18:9-63 Error:
Attribute application@usesCleartextTraffic at AndroidManifest.xml:18:9-63 requires a placeholder substitution but no value for <usesCleartextTraffic> is provided.
[io.github.zhongwuzw:mmkv:2.2.4] /Users/vagrant/.gradle/caches/9.0.0/transforms/acf7ea01039c50fe0925d027c5010daa/transformed/jetified-mmkv-2.2.4/AndroidManifest.xml Warning:
Namespace 'com.tencent.mmkv' is used in multiple modules and/or libraries: io.github.zhongwuzw:mmkv:2.2.4, io.github.zhongwuzw:annotation:2.2.4. Please ensure that all modules and libraries have a unique namespace. For more information, See https://developer.android.com/studio/build/configure-app-module#set-namespace
/Users/vagrant/git/android/app/src/main/AndroidManifest.xml Error:
Validation failed, exiting
```
1 条评论