mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 13:22:02 +03:00
Fixed react-native-iap issue
This commit is contained in:
parent
a034f54b9c
commit
89ffc5862f
@ -25,7 +25,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath('com.android.tools.build:gradle:3.5.0')
|
classpath('com.android.tools.build:gradle:3.5.1')
|
||||||
|
|
||||||
classpath 'com.google.gms:google-services:4.0.2'
|
classpath 'com.google.gms:google-services:4.0.2'
|
||||||
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.+'
|
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.+'
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
"react-native-datepicker": "^1.7.2",
|
"react-native-datepicker": "^1.7.2",
|
||||||
"react-native-extended-stylesheet": "^0.10.0",
|
"react-native-extended-stylesheet": "^0.10.0",
|
||||||
"react-native-fast-image": "^4.0.14",
|
"react-native-fast-image": "^4.0.14",
|
||||||
"react-native-iap": "^3.3.8",
|
"react-native-iap": "3.4.15",
|
||||||
"react-native-image-crop-picker": "^0.25.2",
|
"react-native-image-crop-picker": "^0.25.2",
|
||||||
"react-native-keyboard-aware-scroll-view": "^0.8.0",
|
"react-native-keyboard-aware-scroll-view": "^0.8.0",
|
||||||
"react-native-linear-gradient": "^2.4.2",
|
"react-native-linear-gradient": "^2.4.2",
|
||||||
|
@ -7737,10 +7737,10 @@ react-native-fast-image@^4.0.14:
|
|||||||
dependencies:
|
dependencies:
|
||||||
prop-types "^15.5.10"
|
prop-types "^15.5.10"
|
||||||
|
|
||||||
react-native-iap@^3.3.8:
|
react-native-iap@3.4.15:
|
||||||
version "3.5.8"
|
version "3.4.15"
|
||||||
resolved "https://registry.yarnpkg.com/react-native-iap/-/react-native-iap-3.5.8.tgz#3a5e441288bed036b6699122ad37ebcac79eb43e"
|
resolved "https://registry.yarnpkg.com/react-native-iap/-/react-native-iap-3.4.15.tgz#0bf0f83c0591634ab562a5ec14d5a2b4e9c53c1d"
|
||||||
integrity sha512-HEUA18TUVpetuFg9TDObGZf2Hr7Mt/uxVyXF+J3NyZMrHKfhAVMjTMrRQzR5slhfL7Nvi7f24PwETZkAg39RVg==
|
integrity sha512-hqGvG2UNWi5zrb/BLtQ0V4Hdd3Odo3s5GcAKHESv03ZzMPMoPYyTZ4rk6vRclDBnaybiij9Pb70KYH/KCWRTUA==
|
||||||
dependencies:
|
dependencies:
|
||||||
dooboolab-welcome "^1.1.1"
|
dooboolab-welcome "^1.1.1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user