Compare commits
4 Commits
renovate/a
...
v5.0.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
fc8ad042cf | ||
![]() |
bce0dd1097 | ||
![]() |
ab50d4be99 | ||
![]() |
8cb4dac5ae |
@@ -261,7 +261,7 @@ dependencies {
|
||||
//noinspection GradleDynamicVersion
|
||||
implementation "com.facebook.react:react-native:+" // From node_modules
|
||||
|
||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
|
||||
|
||||
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
|
||||
exclude group:'com.facebook.fbjni'
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@uiw/react-native-alipay",
|
||||
"title": "React Native Alipay",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"description": "基于 React Native 的支付宝插件,支持Android/iOS。",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
@@ -45,7 +45,7 @@
|
||||
"devDependencies": {
|
||||
"react": "18.0.0",
|
||||
"react-native": "0.69.3",
|
||||
"typedoc": "~0.23.10",
|
||||
"typescript": "~4.7.4"
|
||||
"typedoc": "0.20.36",
|
||||
"typescript": "4.2.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user