-
Notifications
You must be signed in to change notification settings - Fork 1
Modifying the VersionCode or VersionName
Juan Pomares Bernabeu edited this page Jun 21, 2017
·
2 revisions
If once created and integrated the plugin, following this instructions, you want to change the version code and/or the version name, you have to follow this steps.
Modify the versionCode and/or versionName in the build.gradle of the wear module and sign the app. Change the apk located in “Unity Project/ Assets/ Plugins/ Android/ res/ raw” to this new.

Modify the versionCode and/or versionName in the wearable_app_desc.xml located in “Unity Project/ Assets/ Plugins/ Android/ res/ xml”.

Modify the versionCode and/or versionName in the Player Settings of the Unity project.

When you build the application in Unity, the built app will have this versionName and VersionCode modified.