Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 40cf1a1 commit 679e2f0
Show file tree
Hide file tree
Showing 5 changed files with 1,642 additions and 1,162 deletions.
2 changes: 1 addition & 1 deletion app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ dependencies {
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "androidx.core:core-splashscreen:1.0.0" // Add this line

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"

//implementation 'com.google.firebase:firebase-analytics:17.3.0', don't use this one, it will replace react-native-push-notification

Expand Down
4 changes: 2 additions & 2 deletions app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.android.tools.build:gradle:7.4.2")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:4.1.2")
classpath('com.google.gms:google-services:4.3.3')
classpath('com.google.gms:google-services:4.4.2')
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 1 addition & 1 deletion app/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android.useAndroidX=true
android.enableJetifier=true

# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.125.0
FLIPPER_VERSION=0.269.0

# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@react-native-community/hooks": "^2.8.1",
"@react-native-community/netinfo": "^5.9.9",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-native-masked-view/masked-view": "^0.3.0",
"@react-native-picker/picker": "^2.4.2",
"@react-navigation/material-top-tabs": "^5.3.10",
"@react-navigation/native": "^5.8.10",
Expand All @@ -55,8 +55,8 @@
"nativewind": "^2.0.11",
"prettier": "^2.5.1",
"react": "17.0.2",
"react-native": "0.68.3",
"react-native-blob-util": "^0.17.1",
"react-native": "0.75.4",
"react-native-blob-util": "^0.19.0",
"react-native-bootsplash": "^4.1.5",
"react-native-config": "^1.4.11",
"react-native-date-picker": "^4.1.5",
Expand Down
Loading

0 comments on commit 679e2f0

Please sign in to comment.