Skip to content

Commit

Permalink
Merge pull request #494 from CleverTap/chore/update_docs/PTv1.2.0/SDK…
Browse files Browse the repository at this point in the history
…-3383

docs(SDK-3383) - Updated version for PushTemplates Release
  • Loading branch information
Anush-Shand authored Oct 27, 2023
2 parents 07e5f75 + 98d1e02 commit 134d7d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CTPUSHTEMPLATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CleverTap Push Templates SDK helps you engage with your users using fancy push n
1. Add the dependencies to the `build.gradle`

```groovy
implementation "com.clevertap.android:push-templates:1.1.0"
implementation "com.clevertap.android:push-templates:1.2.0"
implementation "com.clevertap.android:clevertap-android-sdk:5.2.1" // 4.4.0 and above
```

Expand Down
2 changes: 1 addition & 1 deletion templates/CTPUSHTEMPLATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Template Key | Required | Value
pt_event_name | Required | for e.g. `Remind Later`,
pt_event_property_<property_name_1> | Optional | for e.g. `<property_value>`,
pt_event_property_<property_name_2> | Required | future epoch timestamp. For e.g., `\$D_1592503813`
pt_dismiss_on_click | Optional | Dismisses the notification without opening the app
pt_dismiss_on_click | Required | Value should be `true`. It dismisses the notification without opening the app and raises a required event to the user profile, needed to send a reminder notification.

![Input_Box_CTA_Remind](https://github.com/CleverTap/clevertap-android-sdk/blob/master/static/inputCtaRemind.gif)

Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ version.com.clevertap.android..clevertap-geofence-sdk=1.2.0
version.com.clevertap.android..clevertap-xiaomi-sdk=1.5.4
version.com.clevertap.android..clevertap-hms-sdk=1.3.3

version.com.clevertap.android..push-templates=1.1.0
version.com.clevertap.android..push-templates=1.2.0
version.com.github.bumptech.glide..glide=4.12.0
## # available=4.13.0
## # available=4.13.1
Expand Down

0 comments on commit 134d7d6

Please sign in to comment.