1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
3a53160607 fix(deps): update dependency com.android.tools.build:gradle to v7.4.2 2023-03-18 04:05:02 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:4.1.0") classpath("com.android.tools.build:gradle:7.4.2")
} }
} }
} }

View File

@@ -22,7 +22,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:7.1.1") classpath("com.android.tools.build:gradle:7.4.2")
classpath("com.facebook.react:react-native-gradle-plugin") classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:5.0.1") classpath("de.undercouch:gradle-download-task:5.0.1")
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong

View File

@@ -17,7 +17,7 @@
}, },
"dependencies": { "dependencies": {
"@uiw/react-native-alipay": "5.0.2", "@uiw/react-native-alipay": "5.0.2",
"react": "18.3.1", "react": "18.0.0",
"react-native": "0.69.3" "react-native": "0.69.3"
}, },
"devDependencies": { "devDependencies": {
@@ -29,7 +29,7 @@
"jest": "^26.6.3", "jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0", "babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "^0.70.3", "metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.3.1", "react-test-renderer": "18.0.0",
"patch-package": "^6.4.7", "patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0" "postinstall-postinstall": "^2.1.0"
}, },

View File

@@ -47,7 +47,7 @@
"react-native": "*" "react-native": "*"
}, },
"devDependencies": { "devDependencies": {
"react": "18.3.1", "react": "18.0.0",
"react-native": "0.69.3", "react-native": "0.69.3",
"pod-install": "^0.1.0", "pod-install": "^0.1.0",
"typedoc": "0.20.36", "typedoc": "0.20.36",