Question
How I can set custom versionCode for android builds?
Amazon targeting requied custom "versionCode" for different builds
Developer can create different builds with same "versionName", but with different "versionCode".
How I can set custom " versionCode" in manifest?
Is it possible?
