Skip to content

Commit 0607eb0

Browse files
Update to 1.11.0 GA
2 parents 0ea30e6 + ec74b27 commit 0607eb0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ After installing the package and dependencies with CocoaPods from the step above
6262
platform :ios, '14.0'
6363
target 'demo' do
6464
use_frameworks!
65-
pod 'AzureCommunicationUICalling', '1.2.0'
65+
pod 'AzureCommunicationUICalling', '1.11.0'
6666
...
6767

6868
# Note: disable the line below since we've enabled use_frameworks!

demo/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ repositories {
119119
}
120120

121121
dependencies {
122-
implementation 'com.azure.android:azure-communication-ui-calling:1.11.0-beta.2'
122+
implementation 'com.azure.android:azure-communication-ui-calling:1.11.0'
123123
// The version of react-native is set by the React Native Gradle Plugin
124124
implementation("com.facebook.react:react-android")
125125

demo/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ end
2727

2828
target 'demo' do
2929
use_frameworks!
30-
pod 'AzureCommunicationUICalling', '1.11.0-beta.2'
30+
pod 'AzureCommunicationUICalling', '1.11.0'
3131
config = use_native_modules!
3232

3333
# Flags change depending on the env values.

demo/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- AzureCommunicationCalling (2.13.0-beta.2):
2+
- AzureCommunicationCalling (2.13.0):
33
- AzureCommunicationCommon (~> 1.0)
44
- AzureCommunicationCommon (1.2.0)
5-
- AzureCommunicationUICalling (1.11.0-beta.2):
6-
- AzureCommunicationCalling (= 2.13.0-beta.2)
5+
- AzureCommunicationUICalling (1.11.0):
6+
- AzureCommunicationCalling (= 2.13.0)
77
- AzureCore (= 1.0.0-beta.15)
88
- MicrosoftFluentUI/ActivityIndicator_ios (= 0.10.0)
99
- MicrosoftFluentUI/Avatar_ios (= 0.10.0)
@@ -485,7 +485,7 @@ PODS:
485485
- Yoga (1.14.0)
486486

487487
DEPENDENCIES:
488-
- AzureCommunicationUICalling (= 1.11.0-beta.2)
488+
- AzureCommunicationUICalling (= 1.11.0)
489489
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
490490
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
491491
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
@@ -629,9 +629,9 @@ EXTERNAL SOURCES:
629629
:path: "../node_modules/react-native/ReactCommon/yoga"
630630

631631
SPEC CHECKSUMS:
632-
AzureCommunicationCalling: 628683a7f4a737cbb2fee6e89e5b57995a4e5f67
632+
AzureCommunicationCalling: 9f7cd3a9f7f7f44ff1227c760bcee8de203a49d2
633633
AzureCommunicationCommon: 130a21be2be889f83dc4adbf994af6285f962de8
634-
AzureCommunicationUICalling: d7bec3341b1bcb841c610046dee85a66cc85276e
634+
AzureCommunicationUICalling: db55e14b203c43d69cbd88054c58a68274713d9f
635635
AzureCore: ebbf7cf4dfe72afc7584088c38d1c99f5a35d647
636636
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
637637
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
@@ -680,6 +680,6 @@ SPEC CHECKSUMS:
680680
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
681681
Yoga: c32e0be1a17f8f1f0e633a3122f7666441f52c82
682682

683-
PODFILE CHECKSUM: 919b27d0007ba7fd40f415c90996ceda28e0b75a
683+
PODFILE CHECKSUM: dea824b04e9cccfffe5b63e4b56bf0d9477827fb
684684

685685
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)