You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.0.14 build ok but v2.0.15 fails because it injects minSdk version in the AndroidManifest
Task :app:lintVitalRelease FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:lintVitalRelease'.
Lint infrastructure error
Caused by: java.lang.reflect.InvocationTargetException
...
Caused by: com.android.builder.errors.EvalIssueException: Failed to parse XML in [...]\node_modules\react-native-i18n\android\src\main\AndroidManifest.xml
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.
...
BUILD FAILED in 1m 13s
v2.0.14 build ok but v2.0.15 fails because it injects minSdk version in the AndroidManifest
Edit:
Related to: #246, #220 and #269
The text was updated successfully, but these errors were encountered: