From 6497d918c82c47d128b3f555ad22688308e68155 Mon Sep 17 00:00:00 2001 From: Noah Durell Date: Tue, 26 Sep 2023 14:57:27 -0400 Subject: [PATCH] android 1.3.4 release --- README.md | 10 +++++----- versions.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eee122bc0..03968df6b 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,15 @@ send them timely push notifications via FCM. ```kotlin // build.gradle.kts dependencies { - implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:1.3.3") - implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:1.3.3") + implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:1.3.4") + implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:1.3.4") } ``` ```groovy // build.gradle dependencies { - implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:1.3.3" - implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:1.3.3" + implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:1.3.4" + implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:1.3.4" } ``` @@ -351,4 +351,4 @@ This feature is supported in version 1.3.1 and above of the Klaviyo Android SDK. [//]: # (REMINDER: Update documentation branch with new dokka docs when updating version number) Browse complete code documentation autogenerated with -Dokka [here](https://klaviyo.github.io/klaviyo-android-sdk/1.3.3) +Dokka [here](https://klaviyo.github.io/klaviyo-android-sdk/1.3.4) diff --git a/versions.gradle b/versions.gradle index ba2327219..6b9c303e7 100644 --- a/versions.gradle +++ b/versions.gradle @@ -13,7 +13,7 @@ ext { // project versioning versionCode = 6 - versionName = '1.3.3' // Reminder: Update version in README samples and update documentation branch + versionName = '1.3.4' // Reminder: Update version in README samples and update documentation branch // dependencies coreKTXVersion = '1.9.0'