Skip to content
Open
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
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ android {
}

dependencies {
def billing_version = "7.0.0"
def billing_version = "7.1.1"
implementation "com.android.billingclient:billing:$billing_version"

// The version of react-native is set by the React Native Gradle Plugin
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@
},
"dependencies": {
"@amplitude/react-native": "2.17.3",
"@apollo/client": "3.13.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@apollo/client": "3.14.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "7.3.3",
"@react-navigation/native": "7.0.19",
"@react-navigation/stack": "7.2.3",
"axios": "1.8.4",
"graphql": "16.10.0",
"lottie-react-native": "7.2.2",
"react": "19.0.0",
"react-native": "0.78.1",
"react-native-gesture-handler": "2.24.0",
"react-native-google-mobile-ads": "15.0.0",
"react-native-iap": "12.16.2",
"@react-navigation/bottom-tabs": "7.8.4",
"@react-navigation/native": "7.1.19",
"@react-navigation/stack": "7.6.3",
"axios": "1.13.2",
"graphql": "16.12.0",
"lottie-react-native": "7.3.4",
"react": "19.2.0",
"react-native": "0.82.1",
"react-native-gesture-handler": "2.29.1",
"react-native-google-mobile-ads": "15.8.3",
"react-native-iap": "12.16.4",
"react-native-linear-gradient": "2.8.3",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "3.17.1",
"react-native-safe-area-context": "5.3.0",
"react-native-screens": "4.9.2",
"react-native-reanimated": "3.19.4",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "4.18.0",
"react-native-splash-screen": "3.3.0",
"react-native-svg": "15.11.2",
"react-native-svg": "15.14.0",
"react-native-svg-charts": "5.4.0",
"react-native-vector-icons": "10.2.0",
"styled-components": "6.1.16",
"use-debounce": "10.0.4",
"react-native-vector-icons": "10.3.0",
"styled-components": "6.1.19",
"use-debounce": "10.0.6",
"zustand": "^5.0.3"
},
"devDependencies": {
Expand Down
Loading
Loading