Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Build authored and devkudasov committed Aug 26, 2024
1 parent edd4e26 commit 2404fe5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .last-build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3e3fd5e1a4be0de7272c078c308d5a5b5c22f5af
3ab4d63737c4ebd356485048235b863d8f404509
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ android {
applicationId "com.haqq.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 536
versionCode 537
versionName project.env.get("APP_VERSION")
missingDimensionStrategy 'react-native-camera', 'general'
manifestPlaceholders = [
Expand Down
4 changes: 2 additions & 2 deletions ios/haqq.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@
CODE_SIGN_ENTITLEMENTS = haqq/haqq.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 570;
CURRENT_PROJECT_VERSION = 571;
DEVELOPMENT_TEAM = XL66G6TJJL;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = haqq/Info.plist;
Expand Down Expand Up @@ -1349,7 +1349,7 @@
CODE_SIGN_ENTITLEMENTS = haqq/haqq.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 570;
CURRENT_PROJECT_VERSION = 571;
DEVELOPMENT_TEAM = XL66G6TJJL;
INFOPLIST_FILE = haqq/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Haqq Wallet";
Expand Down
2 changes: 1 addition & 1 deletion ios/haqq/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>570</string>
<string>571</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/haqqTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>570</string>
<string>571</string>
</dict>
</plist>

0 comments on commit 2404fe5

Please sign in to comment.