File tree 3 files changed +3
-3
lines changed
sdk/src/main/java/com/qonversion/android/sdk/internal
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import io.gitlab.arturbosch.detekt.DetektCreateBaselineTask
6
6
buildscript {
7
7
ext {
8
8
release = [
9
- versionName : " 8.0.1 " ,
9
+ versionName : " 8.0.2 " ,
10
10
versionCode : 1
11
11
]
12
12
}
Original file line number Diff line number Diff line change 5
5
6
6
7
7
8
- <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.000207 " >
8
+ <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.000201 " >
9
9
10
10
</testcase >
11
11
Original file line number Diff line number Diff line change @@ -923,7 +923,7 @@ internal class QProductCenterManager internal constructor(
923
923
onSuccess(permissions)
924
924
} else if (error != null ) {
925
925
onError(error)
926
- } else if (launchError != null || unhandledLogoutAvailable) {
926
+ } else {
927
927
actualizePermissions()
928
928
}
929
929
}
You can’t perform that action at this time.
0 commit comments