Skip to content

Commit

Permalink
android 1.3.4 release (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndurell authored Sep 26, 2023
1 parent 787efac commit 092ce7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 092ce7d

Please sign in to comment.