Skip to content

Commit

Permalink
change UI message
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Jul 21, 2023
1 parent 1e2e978 commit b2e5842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ platform :android do
properties: gradleProperties
)

UI.verbose("Creating special version for custom entitlements computation")
UI.verbose("Deploying Custom Entitlements Computation version")

gradleProperties["ANDROID_VARIANT_TO_PUBLISH"] = "customEntitlementComputationRelease"
gradleProperties["POM_ARTIFACT_ID"] = "purchases-custom-entitlement-computation"

Expand Down

0 comments on commit b2e5842

Please sign in to comment.