Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minSDK in manifest errors the compilation. Fixed (react-native-maps#2472
) * Fixed compiling with minSDK in manifest file error When upgrading to newer gradle wrapper package versions that works with buildtools version 28+, error comes up if uses-sdk tag has "minSDK" property defined inside AndroidMainfest.xml file. Default SDK properties should stand only inside build.gradle files. * Rename mainAndroidManifest.xml to AndroidManifest.xml * Rename lib/android/src/AndroidManifest.xml to lib/android/src/main/AndroidManifest.xml
- Loading branch information