Skip to content

Commit

Permalink
feat: update mobile to 3.15.0 (#215)
Browse files Browse the repository at this point in the history
* feat: update Android v3.9.0

* feat: update iOS v3.9.0

* feat: update android to 3.10.0

* fix: optimize Android code

* feat: update android to 3.14.0

* feat: update mobile to 3.15.0
  • Loading branch information
chandarlee authored Sep 12, 2023
1 parent 0447b54 commit 151c853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SampleCode/Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {

dependencies {
// meeting
implementation 'com.netease.yunxin.kit.meeting:meeting:3.14.0'
implementation 'com.netease.yunxin.kit.meeting:meeting:3.15.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3'
Expand Down
2 changes: 1 addition & 1 deletion SampleCode/iOS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ target 'NEMeetingDemo' do
pod 'Masonry', '~> 1.1.0'
pod 'Reachability'

pod 'NEMeetingKit', '~> 3.14.0'
pod 'NEMeetingKit', '~> 3.15.0'
end

0 comments on commit 151c853

Please sign in to comment.