When uploading a new build to a release channel, it must have a different version than the build it is replacing. Not incrementing the version code is a common cause of failures when uploading your APK. Unity includes functionality that automatically increments the version code by 1 every time a build is created. It is highly recommended you use this feature. See
Auto Increment Version Code in Optimize Build Iterations for Android Apps for more information.