openvidu-react-native: Updated dependencies

This commit is contained in:
csantosm 2021-06-09 11:02:55 +02:00
parent 3cd15f9f5d
commit 34545e223a
4 changed files with 3288 additions and 1649 deletions

View File

@ -2,17 +2,17 @@
buildscript {
ext {
buildToolsVersion = "28.0.3"
buildToolsVersion = "29.0.2"
minSdkVersion = 24
compileSdkVersion = 28
targetSdkVersion = 28
compileSdkVersion = 29
targetSdkVersion = 29
}
repositories {
google()
jcenter()
}
dependencies {
classpath('com.android.tools.build:gradle:3.5.3')
classpath('com.android.tools.build:gradle:4.1.2')
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

File diff suppressed because it is too large Load Diff

View File

@ -16,17 +16,17 @@
"events": "3.3.0",
"openvidu-react-native-adapter": "file:openvidu-react-native-adapter-2.18.0.tgz",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-get-random-values": "1.6.0",
"react-native": "0.64.2",
"react-native-get-random-values": "1.7.0",
"react-native-incall-manager": "3.3.0"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/runtime": "7.13.10",
"@babel/core": "7.14.3",
"@babel/runtime": "7.14.0",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.6.3",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.65.2",
"babel-jest": "27.0.2",
"jest": "27.0.4",
"metro-react-native-babel-preset": "0.66.0",
"react-test-renderer": "17.0.1"
},
"jest": {