I am trying to build APK from Android studio 3.6.3
to test on the device as well as for publishing app on google play console, but I noticed, Its building APK with the old version, tried almost everything
By the way, build is working fine on the built-in emulator
build.gradle
// The old version name was 1.1defaultConfig { applicationId "com.bankonus" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 3 versionName "1.2" missingDimensionStrategy 'react-native-camera', 'general' multiDexEnabled true}
Tried solutions
- File > Invalidate cache/restart > Invalidate cache/restart
- Build > Clean project
- Run > Edit Configuration > app > general > before launch > Gradle-aware make
Please help, Thanks in advance