From 8a64598cdfc0d91fd4a89cdec6daad4ec1fd9872 Mon Sep 17 00:00:00 2001 From: Evan C Masseau <5167687+evan-masseau@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:58:13 -0400 Subject: [PATCH] Version 2.3.0 increment (#159) Co-authored-by: Evan Masseau <> --- README.md | 8 ++++---- docs/index.html | 2 +- versions.properties | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0ad860990..2170e00a2 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/ ```kotlin // build.gradle.kts dependencies { - implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:2.2.1") - implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:2.2.1") + implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:2.3.0") + implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:2.3.0") } ``` @@ -63,8 +63,8 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/ ```groovy // build.gradle dependencies { - implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:2.2.1" - implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:2.2.1" + implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:2.3.0" + implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:2.3.0" } ``` diff --git a/docs/index.html b/docs/index.html index 8bdbce802..259bfeb82 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,2 +1,2 @@ - + diff --git a/versions.properties b/versions.properties index 3489a77a3..557119118 100644 --- a/versions.properties +++ b/versions.properties @@ -11,9 +11,9 @@ # Project versioning, run the following gradle command to update version numbers automatically: # ./gradlew bumpVersion --nextVersion=X.Y.Z -version.klaviyo.versionCode=16 +version.klaviyo.versionCode=17 -version.klaviyo.versionName=2.2.1 +version.klaviyo.versionName=2.3.0 # Android versioning