Bump SDK version

This commit is contained in:
Tiago Jacobs 2022-06-27 16:01:43 -03:00
parent c52d081e1f
commit 62bd0a9f59
4 changed files with 16 additions and 16 deletions

View File

@ -452,7 +452,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BigBlueButton/BigBlueButton.entitlements;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 14;
DEVELOPMENT_TEAM = N69T9W23TC;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = BigBlueButton/Info.plist;
@ -484,7 +484,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BigBlueButton/BigBlueButton.entitlements;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 14;
DEVELOPMENT_TEAM = N69T9W23TC;
INFOPLIST_FILE = BigBlueButton/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.7;
@ -642,7 +642,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 14;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = N69T9W23TC;
GCC_C_LANGUAGE_STANDARD = gnu11;
@ -684,7 +684,7 @@
CODE_SIGN_ENTITLEMENTS = "BigBlueButton Broadcast/BigBlueButton Broadcast.entitlements";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 14;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = N69T9W23TC;
GCC_C_LANGUAGE_STANDARD = gnu11;

View File

@ -1,12 +1,12 @@
PODS:
- bigbluebutton-mobile-sdk (0.1.22):
- bigbluebutton-mobile-sdk (0.1.24):
- bigbluebutton-mobile-sdk-common
- React-Core
- WebRTC-lib
- bigbluebutton-mobile-sdk-broadcast-upload-extension (0.1.22):
- bigbluebutton-mobile-sdk-broadcast-upload-extension (0.1.24):
- bigbluebutton-mobile-sdk-common
- WebRTC-lib
- bigbluebutton-mobile-sdk-common (0.1.22):
- bigbluebutton-mobile-sdk-common (0.1.24):
- WebRTC-lib
- boost (1.76.0)
- DoubleConversion (1.1.6)
@ -489,9 +489,9 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"
SPEC CHECKSUMS:
bigbluebutton-mobile-sdk: c38bc09d96d0767c9abd737557e80f504162ad63
bigbluebutton-mobile-sdk-broadcast-upload-extension: dde424fd47be5d785e292a04b242ea34d25b8320
bigbluebutton-mobile-sdk-common: 9d6a1d22866ced5e9b2e2e698048632d8028db2f
bigbluebutton-mobile-sdk: 935ebbfd220ee50aa6415fb0ae386cf81ae53702
bigbluebutton-mobile-sdk-broadcast-upload-extension: 131ee92452417902620f865a1ca61507576499cf
bigbluebutton-mobile-sdk-common: 03ff26aa61ee8c2b7ab10071ecfe4744d1e769c8
boost: a7c83b31436843459a1961bfd74b96033dc77234
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648

View File

@ -1,6 +1,6 @@
{
"name": "bigbluebutton",
"version": "1.0.11",
"version": "1.0.13",
"private": true,
"scripts": {
"android": "react-native run-android",
@ -17,7 +17,7 @@
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"@types/styled-components-react-native": "^5.1.3",
"bigbluebutton-mobile-sdk": "^0.1.23",
"bigbluebutton-mobile-sdk": "^0.1.24",
"i18next": "^21.6.12",
"i18next-browser-languagedetector": "^6.1.3",
"react": "17.0.2",

View File

@ -2204,10 +2204,10 @@ big-integer@1.6.x:
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686"
integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==
bigbluebutton-mobile-sdk@^0.1.23:
version "0.1.23"
resolved "https://registry.yarnpkg.com/bigbluebutton-mobile-sdk/-/bigbluebutton-mobile-sdk-0.1.23.tgz#390186aeac3491e0aa5ae53295f2b8fc5ab43c0f"
integrity sha512-GRCqZ4T+zxl2ROVLH9qdufPLnVFnDO/ctWAHn+zf9WW6o7wR5td46mT2vT/+QdECfniUZd6UvV3VKn1XDPKq+w==
bigbluebutton-mobile-sdk@^0.1.24:
version "0.1.24"
resolved "https://registry.yarnpkg.com/bigbluebutton-mobile-sdk/-/bigbluebutton-mobile-sdk-0.1.24.tgz#5a6101148ab3b837b20c04ab46458fd477e0c958"
integrity sha512-NgpQI1RhQEDNbH8VXNMbcra9E+7tew7vE8LRdXQ4rPpmnjLHFvaQHUiFh+YcJR6jW8XVeMXjawD/7iqovN+TNA==
dependencies:
react-native-webview "^11.17.2"