Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #691 from rsksmart/bump_v1.4.4
Browse files Browse the repository at this point in the history
chore:bump to version 1.4.4
  • Loading branch information
patogallaiovlabs authored May 21, 2021
2 parents 5b14857 + ca81b07 commit 2d7bb4b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ android {
applicationId "com.rsk.rwallet.v2"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 39
versionName "1.4.2"
versionCode 41
versionName "1.4.4"
missingDimensionStrategy 'react-native-camera', 'general'
multiDexEnabled true
}
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rsk.rwallet.v2"
android:versionCode="7"
android:versionName="1.4.2">
android:versionName="1.4.4">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
Expand Down
4 changes: 2 additions & 2 deletions ios/rwallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,7 @@
);
INFOPLIST_FILE = rwallet/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -2564,7 +2564,7 @@
);
INFOPLIST_FILE = rwallet/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
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": "rwallet",
"version": "1.4.2",
"version": "1.4.4",
"private": true,
"scripts": {
"postinstall": "./node_modules/.bin/rn-nodeify --hack --install && ./rm_webview.sh && jetifier",
Expand Down

0 comments on commit 2d7bb4b

Please sign in to comment.