Skip to content

Commit

Permalink
upgraded to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tale152 committed Nov 7, 2022
1 parent fa93f17 commit 83214f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ android {
applicationId "com.interconnected_mobile_client"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 21
versionName "0.9.0"
versionCode 22
versionName "0.9.1"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0",
"version": "0.9.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 83214f2

Please sign in to comment.