Skip to content Skip to sidebar Skip to footer

Android Sdk Version On Gradle And Manifest

I started using Android Studio a few weeks ago and there's a question I have, in the build.gradle file we can set the minSdkVersion as we can in the manifest, but does one override

Solution 1:

The manifest files in your projects are overridden by the gradle when you build your projects.


Post a Comment for "Android Sdk Version On Gradle And Manifest"