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 Jul 22, 2023
1 parent 4a454a4 commit 0bd1c57
Show file tree
Hide file tree
Showing 5 changed files with 1,273 additions and 1,011 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
2 changes: 1 addition & 1 deletion app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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')
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.201.0

# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.72.3",
"react-native-blob-util": "^0.18.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 0bd1c57

Please sign in to comment.