File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
sdk/src/main/java/com/qonversion/android/sdk/dto/entitlements Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import io.gitlab.arturbosch.detekt.DetektCreateBaselineTask
66buildscript {
77 ext {
88 release = [
9- versionName : " 6.3.0 " ,
9+ versionName : " 6.3.1 " ,
1010 versionCode : 1
1111 ]
1212 }
Original file line number Diff line number Diff line change 55
66
77
8- <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.017216 " >
8+ <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.000477 " >
99
1010 </testcase >
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enum class QTransactionType(val type: String) {
44 Unknown (" unknown" ),
55 SubscriptionStarted (" subscription_started" ),
66 SubscriptionRenewed (" subscription_renewed" ),
7- TrialStrated (" trial_started" ),
7+ TrialStarted (" trial_started" ),
88 IntroStarted (" intro_started" ),
99 IntroRenewed (" intro_renewed" ),
1010 NonConsumablePurchase (" non_consumable_purchase" );
@@ -14,7 +14,7 @@ enum class QTransactionType(val type: String) {
1414 return when (type) {
1515 " subscription_started" -> SubscriptionStarted
1616 " subscription_renewed" -> SubscriptionRenewed
17- " trial_started" -> TrialStrated
17+ " trial_started" -> TrialStarted
1818 " intro_started" -> IntroStarted
1919 " intro_renewed" -> IntroRenewed
2020 " non_consumable_purchase" -> NonConsumablePurchase
You can’t perform that action at this time.
0 commit comments