[mythtv-commits] Ticket #13246: Add Real versionName and versionCode to Android Package

MythTV noreply at mythtv.org
Tue Mar 13 04:25:47 UTC 2018


#13246: Add Real versionName and versionCode to Android Package
--------------------------------------+-------------------------
     Reporter:  gigem                 |      Owner:  markspieth
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  30.0
    Component:  Ports - Android       |    Version:  Master Head
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 In the Android package, the versionName is currently set to 1.0 and the
 versionCode is set to 1.  The attached patch adds the real versionName to
 the package and adds a place holder versionCode.  Suggestions on what to
 use for the versionCode are welcome.  Some texts suggest <major> * 10000 +
 <minor> * 100 + <patch>.  Currently, MythTV only uses <major> and <minor>.

 Note that the patch assumes that android-package-
 source/AndroidManifest.xml is already git mv'd to android-package-
 source/AndroidManifest.xml.in.  This is to avoid editing the source
 controlled, input version.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13246>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list