Skip to content

Commit

Permalink
Bumped up app version and updated app icon name
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak <sarthak.pranesh2018@vitstudent.ac.in>
  • Loading branch information
Sarthak committed Jul 4, 2020
1 parent 65199e2 commit 5e6d607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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"
versionName "1.0.0"
multiDexEnabled true
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">cosmos</string>
<string name="app_name">Cosmos</string>
</resources>
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": "0.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 5e6d607

Please sign in to comment.