File tree 3 files changed +3
-2
lines changed
sdk/src/main/java/com/qonversion/android/sdk/dto/properties
3 files changed +3
-2
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.2.0 " ,
9
+ versionName : " 8.2.1 " ,
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.00016 " >
8
+ <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.000198 " >
9
9
10
10
</testcase >
11
11
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ enum class QUserPropertyKey(val userPropertyCode: String) {
15
15
AppMetricaUserProfileId (" _q_appmetrica_user_profile_id" ),
16
16
PushWooshHwId (" _q_pushwoosh_hwid" ),
17
17
PushWooshUserId (" _q_pushwoosh_user_id" ),
18
+ TenjinAnalyticsInstallationId (" _q_tenjin_aiid" ),
18
19
Custom (" " );
19
20
20
21
companion object {
You can’t perform that action at this time.
0 commit comments