Skip to content

Instantly share code, notes, and snippets.

@Tahmeed156
Created April 7, 2019 12:42
Show Gist options
  • Save Tahmeed156/7ec6f1ebb747c57ca9dd2b0290ece5e6 to your computer and use it in GitHub Desktop.
Save Tahmeed156/7ec6f1ebb747c57ca9dd2b0290ece5e6 to your computer and use it in GitHub Desktop.
How to change version of react native application
...
defaultConfig {
applicationId "com.edifybd"
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "0.5"
...
in app/build.gradle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment