erisu commented on issue #151: URL: https://github.com/apache/cordova-common/issues/151#issuecomment-661664336
I believe we should remove this from documentation. We don't set the `uses-sdk` setting anymore and try to keep everything inside the Gradle. If you try and set the minSDK, like the example you wrote above, Android Studio will complain: > 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. > Move minSdkVersion to build file and sync project > Affected Modules: app I think the other settings does not get these sync warnings but managing the settings in Gradle and in the Manifest was maybe a bit excessive maybe? So I believe it was decided to do only Gradle. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
