Skip to content

Commit

Permalink
Merge pull request #622 from qonversion/release/8.0.2
Browse files Browse the repository at this point in the history
Release 8.0.2
  • Loading branch information
SpertsyanKM authored Jul 29, 2024
2 parents c61cabf + 30547e7 commit 2112686
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: "8.0.1",
versionName: "8.0.2",
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.000207">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000201">

</testcase>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ internal class QProductCenterManager internal constructor(
onSuccess(permissions)
} else if (error != null) {
onError(error)
} else if (launchError != null || unhandledLogoutAvailable) {
} else {
actualizePermissions()
}
}
Expand Down

0 comments on commit 2112686

Please sign in to comment.