Skip to content

Commit

Permalink
upgraded to v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tale152 committed Oct 21, 2022
1 parent b8371a4 commit edf4c18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
applicationId "com.interconnected_mobile_client"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14
versionName "0.6.4"
versionCode 15
versionName "0.6.5"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interconnected_mobile_client",
"version": "0.6.4",
"version": "0.6.5",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit edf4c18

Please sign in to comment.