Hello!
I'm developing my app since the beginning of basic4android. Now I have changed the Module attributes to the Project attributes. The problem is, that under the app-info my app is always shown as Version 1.0.
In the manifest, I have the following sdk-version, because I want only the small title-bar.
What can I do to get the right version under the app-info? Thanks for help...
I'm developing my app since the beginning of basic4android. Now I have changed the Module attributes to the Project attributes. The problem is, that under the app-info my app is always shown as Version 1.0.
B4X:
#Region Project Attributes
#ApplicationLabel: xxxxxx
#VersionCode: 2
#VersionName: 2.41
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
#Region Activity Attributes
#FullScreen: false
#IncludeTitle: true
#End Region
In the manifest, I have the following sdk-version, because I want only the small title-bar.
B4X:
<uses-sdk android:minSdkVersion="4" />
What can I do to get the right version under the app-info? Thanks for help...