AlexanderZaytsev / react-native-i18n

React Native + i18n.js
MIT License
2.18k stars 491 forks source link

minSdk version should not be declared in the android manifest file #269

Closed skantus closed 3 years ago

skantus commented 4 years ago

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.

Screenshot 2020-08-06 at 13 52 09
k1r1n commented 3 years ago

I think so

Fgl commented 3 years ago

@AlexanderZaytsev could you please merge the PR? It's important for automation process flow 🙏🏼

AlexanderZaytsev commented 3 years ago

@Fgl done

penghouho commented 2 years ago

waiting for this patch to be released as new version, thanks