I have about 40+ apps that are very similar to one another except for layouts, icons, and controls. So I have begun to play around with Build compilations to attempt to unify everything.
But that begs the question, Can you change the VersionCode, and VersionName as well as ApplicationLabel with the Conditial compilation?
I tried adding this, but it did not work:
And of course the APK file is labeled the same as my B4A project file. Currently the only build is BUILD1, there are no others yet.
thoughts?
But that begs the question, Can you change the VersionCode, and VersionName as well as ApplicationLabel with the Conditial compilation?
I tried adding this, but it did not work:
B4X:
#Region Module Attributes
#FullScreen: True
#IncludeTitle: True
#If BUILD1
#ApplicationLabel: SM-BK-02ST
#VersionCode: 6
#VersionName: 5.21
#End If
#SupportedOrientations: Landscape
#CanInstallToExternalStorage: True
#End Region
And of course the APK file is labeled the same as my B4A project file. Currently the only build is BUILD1, there are no others yet.
thoughts?