Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Build committed Dec 23, 2024
1 parent b64b5e8 commit b298b64
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 @@
af9b6d6f86081a9aed1c64266d09966a320a9aa9
b64b5e86e9f03c63aa23b4f0e2583ebf2f9455db
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ android {
applicationId "com.haqq.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 709
versionCode 713
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 @@ -1295,7 +1295,7 @@
CODE_SIGN_ENTITLEMENTS = haqq/haqq.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 737;
CURRENT_PROJECT_VERSION = 740;
DEVELOPMENT_TEAM = XL66G6TJJL;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = haqq/Info.plist;
Expand Down Expand Up @@ -1333,7 +1333,7 @@
CODE_SIGN_ENTITLEMENTS = haqq/haqq.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 737;
CURRENT_PROJECT_VERSION = 740;
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>737</string>
<string>740</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>737</string>
<string>740</string>
</dict>
</plist>

0 comments on commit b298b64

Please sign in to comment.