Skip to content

Commit

Permalink
Release 7.4.1
Browse files Browse the repository at this point in the history
Release 7.4.1
  • Loading branch information
SpertsyanKM authored May 7, 2024
2 parents 240e1d9 + 0b478a1 commit d45bf41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import io.gitlab.arturbosch.detekt.DetektCreateBaselineTask
buildscript {
ext {
release = [
versionName: "7.4.0",
versionName: "7.4.1",
versionCode: 1
]
}
Expand Down
2 changes: 1 addition & 1 deletion fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000217">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000227">

</testcase>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ internal class QonversionInternal(
override var appState = AppState.Background

init {
val lifecycleHandler = AppLifecycleHandler(this)
postToMainThread { ProcessLifecycleOwner.get().lifecycle.addObserver(lifecycleHandler) }

QDependencyInjector.buildAppComponent(application, internalConfig, this)

exceptionManager = QDependencyInjector.appComponent.exceptionManager().also {
Expand Down Expand Up @@ -107,6 +104,9 @@ internal class QonversionInternal(
userPropertiesManager.productCenterManager = productCenterManager
userPropertiesManager.sendFacebookAttribution()

val lifecycleHandler = AppLifecycleHandler(this)
postToMainThread { ProcessLifecycleOwner.get().lifecycle.addObserver(lifecycleHandler) }

launch()
}

Expand Down

0 comments on commit d45bf41

Please sign in to comment.