Skip to content

Commit

Permalink
Merge pull request #41 from AmityCo/release-3.7-nike
Browse files Browse the repository at this point in the history
chore: apply release 3.7.0 source code
  • Loading branch information
bnaing authored Jul 27, 2023
2 parents e4e935e + 0a8381e commit 529f20a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
amityKotlinVersion = "1.6.20"
amityLifecycleExtensionVersion = "2.0.0"
amityMockkVersion = "1.10.0"
amityMessagingSdkVersion = '6.11.0'
amityMessagingSdkVersion = '6.13.0'
amityRxLifeCycleVersion = '1.1.2-beta01'

amityJacocoVersion = '0.8.5'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "3.5.0"
versionName "3.7.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,9 @@ class AmityLiveStreamPostCreatorFragment : RxFragment() {
}

override fun onDestroy() {
super.onDestroy()
streamBroadcaster?.stopPreview()
disposeStream()
super.onDestroy()
}

private fun disposeStream() {
Expand Down

0 comments on commit 529f20a

Please sign in to comment.