Skip to content

Commit

Permalink
Merge pull request #642 from qonversion/release/8.2.1
Browse files Browse the repository at this point in the history
Release 8.2.1
  • Loading branch information
SpertsyanKM authored Oct 15, 2024
2 parents 30ae805 + 5b20c29 commit 619465b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.2.0",
versionName: "8.2.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.00016">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000198">

</testcase>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ enum class QUserPropertyKey(val userPropertyCode: String) {
AppMetricaUserProfileId("_q_appmetrica_user_profile_id"),
PushWooshHwId("_q_pushwoosh_hwid"),
PushWooshUserId("_q_pushwoosh_user_id"),
TenjinAnalyticsInstallationId("_q_tenjin_aiid"),
Custom("");

companion object {
Expand Down

0 comments on commit 619465b

Please sign in to comment.