react-native-i18n icon indicating copy to clipboard operation
react-native-i18n copied to clipboard

minSdk causes build failure

Open mikaoelitiana opened this issue 5 years ago • 0 comments

https://github.com/AlexanderZaytsev/react-native-i18n/blob/98c01dd6c1fb0dd3c340cb6f455cd645b50858bc/android/src/main/AndroidManifest.xml#L4

the minSdk set in AndroidManifest is causing build failure on an androidx project I am working on :

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.

mikaoelitiana avatar May 01 '19 08:05 mikaoelitiana