react-native-i18n
react-native-i18n copied to clipboard
The minSdk version should not be declared in the android manifest file
ERROR: The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file. Remove minSdkVersion and sync project Affected Modules: react-native-i18n
Same problem
it's not fixed. Still, issues is there
Same issue as well. I had to fork and do it myself until the mainstream library implements it
Same Issues
same
I have the same issue, maybe we can create a PR.
There is already a PR https://github.com/AlexanderZaytsev/react-native-i18n/pull/258
delete in xml "uses-sdk"
same issues
The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.