Android App Bundle Version code suddenly very high
问题 I just made a new Android bundle for my React Native app. I manually updated the version code from 90 to 91 in android/app/build.gradle, but now that I am trying to upload to Play Store, the version code is 3145819 (I expected to see 91) build.gradle: defaultConfig { applicationId "com.myapp" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 91 versionName "4.1.0" multiDexEnabled true missingDimensionStrategy "RNN.reactNativeVersion",