Hi all,
Is it possible to manually specify the versionCode in the android manifest via the GMS2 UI?
I'm preparing to publish a game for Amazon FireTv and I want to create a separate apk for FireTvStick vs FireTvConsole (the Stick only seems to be able to handle performance at 30fps whereas the more powerful Console can manage 60fps)
The Amazon Dev Console says to achieve this I should upload 2 apks with the same versionName (e.g 1.0.0) but different versionCodes (e.g 1000000).
I recall I...
Manual editing of versionCode in manifest.xml?
Is it possible to manually specify the versionCode in the android manifest via the GMS2 UI?
I'm preparing to publish a game for Amazon FireTv and I want to create a separate apk for FireTvStick vs FireTvConsole (the Stick only seems to be able to handle performance at 30fps whereas the more powerful Console can manage 60fps)
The Amazon Dev Console says to achieve this I should upload 2 apks with the same versionName (e.g 1.0.0) but different versionCodes (e.g 1000000).
I recall I...
Manual editing of versionCode in manifest.xml?