Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

android manifest generation

Jan Berkel edited this page Nov 15, 2011 · 5 revisions

Android manifest generation

If you would like your AndroidManifest.xml file to automatically inherit versionName and versionCode from your SBT project, add the AndroidManifestGenerator.settings build settings to your project. It will look for an AndroidManifest.xml file, and add versionName and versionCode to that template.

Clone this wiki locally