Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import org.apache.tools.ant.taskdefs.condition.Os

buildscript {
ext {
buildToolsVersion = "34.0.0"
buildToolsVersion = "35.0.0"
minSdkVersion = 28
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.24"
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.1.12297006"
kotlinVersion = "1.9.25"
glideVersion= "4.12.0"
firebaseIidVersion = "21.1.0"
}
Expand Down
3 changes: 3 additions & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ newArchEnabled=false
# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
hermesEnabled=true

# Suppress warning about using compileSdk = 35 with older Android Gradle Plugin
android.suppressUnsupportedCompileSdk=35
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ PODS:
- React-Core
- react-native-safe-area-context (4.10.5):
- React-Core
- react-native-skia (1.5.3):
- react-native-skia (1.12.4):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1684,7 +1684,7 @@ PODS:
- React-logger (= 0.75.4)
- React-perflogger (= 0.75.4)
- React-utils (= 0.75.4)
- RealmJS (12.13.2):
- RealmJS (12.14.2):
- React
- RNArgon2 (2.0.1):
- CatCrypto
Expand Down Expand Up @@ -2299,7 +2299,7 @@ SPEC CHECKSUMS:
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-netinfo: f0a9899081c185db1de5bb2fdc1c88c202a059ac
react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97
react-native-skia: 2ddddc0cda79a7fe0bbae14a9844f01c0fdff743
react-native-skia: 56d126fa2d216f4056929db508102126663bce93
react-native-slider: 97ce0bd921f40de79cead9754546d5e4e7ba44f8
react-native-tcp-socket: e724380c910c2e704816ec817ed28f1342246ff7
react-native-webview-mm: c518409c962c1f0f95c08bb6a700b9f97aff131b
Expand Down Expand Up @@ -2329,7 +2329,7 @@ SPEC CHECKSUMS:
React-utils: cbe8b8b3d7b2ac282e018e46f0e7b25cdc87c5a0
ReactCodegen: 4bcb34e6b5ebf6eef5cee34f55aa39991ea1c1f1
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
RealmJS: bfe9a997a1f813c05c432c94405753879572a1a2
RealmJS: ab0e1afd06ef856f8ae396520da1690bcaa669f8
RNArgon2: 1481820722fd4af1575c09f7fc9ad67c00ee8a42
RNBootSplash: e025d4ee98d942ee6c8b495a6fe66339a6b5f6dd
RNCAsyncStorage: d35c79ffba52c1013013e16b1fc295aec2feabb6
Expand Down
6 changes: 6 additions & 0 deletions loc/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@
"rationaleCreateWallet": "Your password is required to create a new wallet",
"rationaleSeeRecoveryPhrase": "to view your Secret Recovery Phrase",
"rationaleGetXPub": "Your password is required to see your extended public key",
"rationaleUpdateStorage": "Your password is required to update the storage",
"authFailed": "Authentication Failed",
"authFailedDescription": "You can try again, or you may completely wipe and reset the app",
"retry": "Retry",
Expand Down Expand Up @@ -890,6 +891,7 @@
"technicalIssues": "We are experiencing an issue, please try again later",
"address": "Enter address...",
"addressOrENS": "Enter address or ENS domain...",
"eip681Warning": "Warning: QR scan includes transfer instructions. Confirm the recipient address before proceeding.",
"max": "Max",
"minAmount": "Min transfer value: {minAmount} {token}",
"balance": "Balance {0}",
Expand Down Expand Up @@ -932,6 +934,10 @@
"advanced": "Advanced",
"deleteAll": "Delete all data",
"refreshAll": "Refresh metadata",
"updateStorage": "Update storage",
"updateStorageNotification": "Processing...",
"updateStorageNotificationSuccess": "Storage updated Successfully!",
"updateStorageNotificationError": "Error: Storage not updated!",
"refreshAllDesc": "Clears cache for all NFTs and assets",
"header": "Settings",
"hideBalances": "Hide balances",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superwallet",
"version": "1.18.1",
"version": "1.21.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -9,7 +9,7 @@
"dev": "react-native start --experimental-debugger",
"android-reverse": "adb reverse tcp:8081 tcp:8081",
"git2json": "./tools/git-info.sh > git-info.json",
"cleanstart": "cd android/; ./gradlew clean; cd ..; rm -r -f /tmp/metro-cache/; rm -r -f node_modules/; yarn cache clean; yarn; yarn start --reset-cache",
"cleanstart": "cd android/; ./gradlew clean; cd ..; rm -r -f /tmp/metro-cache/; rm -r -f node_modules/; rm -rf ios/.xcode.env.local; yarn cache clean; yarn; yarn start --reset-cache",
"postinstall": "rn-nodeify --install events,process --hack; yarn git2json; yarn patch-package",
"android:emu:build": "cd android && ./gradlew assembleRelease",
"android:install": "adb install android/app/build/outputs/apk/release/app-release.apk",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@realm/react": "0.11.0",
"@reown/walletkit": "1.0.0",
"@shopify/flash-list": "1.7.1",
"@shopify/react-native-skia": "1.5.3",
"@shopify/react-native-skia": "1.12.4",
"@solana/spl-token": "0.3.8",
"@solana/web3.js": "1.91.7",
"@tanstack/react-query": "5.51.9",
Expand Down Expand Up @@ -112,7 +112,7 @@
"react-native-svg": "15.8.0",
"react-native-tcp-socket": "6.0.6",
"react-native-url-polyfill": "1.3.0",
"realm": "12.13.2",
"realm": "12.14.2",
"rn-nodeify": "10.3.0",
"serialize-error": "11.0.1",
"stream-browserify": "3.0.0",
Expand Down
Loading
Loading