Skip to content

Commit

Permalink
Updated Android Apk version and replicated on package.json
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
  • Loading branch information
sarthakpranesh committed Dec 19, 2020
1 parent d596cae commit 3d18e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "2.3.5"
versionName "2.3.6"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Covid19",
"version": "2.3.5",
"version": "2.3.6",
"private": true,
"scripts": {
"android": "npx react-native run-android",
Expand Down

0 comments on commit 3d18e51

Please sign in to comment.