Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Build committed Aug 16, 2024
1 parent 46d6acf commit f602a45
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 @@
b62b7d03806e84b5da7ce23905bbfc3625c6d5f3
46d6acfb0adf700217af04a1d2646e1eb1a0057a
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 525
versionCode 526
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 = 560;
CURRENT_PROJECT_VERSION = 561;
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 = 560;
CURRENT_PROJECT_VERSION = 561;
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>560</string>
<string>561</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>560</string>
<string>561</string>
</dict>
</plist>

0 comments on commit f602a45

Please sign in to comment.