I am trying to upload my APK to Google Play Console. The translation of the red text roughly says that version 1 is used already. This is from AndroidManifest.xml
:
android:versionCode="10"
android:versionName="1.010">
Anyone?
I am trying to upload my APK to Google Play Console. The translation of the red text roughly says that version 1 is used already. This is from AndroidManifest.xml
:
android:versionCode="10"
android:versionName="1.010">
Anyone?
Under app in the top root directory for your apps tree in Android Studio, edit bulid.gradle. For some reason AndroidManifest.xml is ignored when it coems to versioning.