Skip to content

Commit

Permalink
Bumped up app version for release
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 Aug 25, 2020
1 parent 70c7a65 commit 4b64b10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0.2"
versionName "1.0.3"
multiDexEnabled true
}
splits {
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": "cosmos.ReactNative",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 4b64b10

Please sign in to comment.