Skip to content

Commit

Permalink
feat: version 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
kilmas committed Aug 14, 2020
1 parent cd2a944 commit c398bad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 26
versionName "1.0.22"
versionName "1.0.23"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
12 changes: 6 additions & 6 deletions ios/QHWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@
);
INFOPLIST_FILE = QHWallet/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.22;
MARKETING_VERSION = 1.0.23;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -835,7 +835,7 @@
);
INFOPLIST_FILE = QHWallet/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.22;
MARKETING_VERSION = 1.0.23;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -906,7 +906,7 @@
);
INFOPLIST_FILE = QHWallet/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.22;
MARKETING_VERSION = 1.0.23;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1251,7 +1251,7 @@
);
INFOPLIST_FILE = "QHWallet copy-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.22;
MARKETING_VERSION = 1.0.23;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -1275,7 +1275,7 @@
);
INFOPLIST_FILE = "QHWallet copy-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.22;
MARKETING_VERSION = 1.0.23;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -1299,7 +1299,7 @@
);
INFOPLIST_FILE = "QHWallet copy-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.22;
MARKETING_VERSION = 1.0.23;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit c398bad

Please sign in to comment.