Skip to content

Commit e96608f

Browse files
committed
4.3.2 patch release version bump
1 parent c2594fa commit e96608f

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ The sample app serves as both a reference implementation and a testing tool for
103103
```kotlin
104104
// build.gradle.kts
105105
dependencies {
106-
implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:4.3.1")
107-
implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:4.3.1")
108-
implementation("com.github.klaviyo.klaviyo-android-sdk:forms:4.3.1")
109-
implementation("com.github.klaviyo.klaviyo-android-sdk:location:4.3.1")
106+
implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:4.3.2")
107+
implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:4.3.2")
108+
implementation("com.github.klaviyo.klaviyo-android-sdk:forms:4.3.2")
109+
implementation("com.github.klaviyo.klaviyo-android-sdk:location:4.3.2")
110110
}
111111
```
112112
</details>
@@ -117,10 +117,10 @@ The sample app serves as both a reference implementation and a testing tool for
117117
```groovy
118118
// build.gradle
119119
dependencies {
120-
implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:4.3.1"
121-
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:4.3.1"
122-
implementation "com.github.klaviyo.klaviyo-android-sdk:forms:4.3.1"
123-
implementation "com.github.klaviyo.klaviyo-android-sdk:location:4.3.1"
120+
implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:4.3.2"
121+
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:4.3.2"
122+
implementation "com.github.klaviyo.klaviyo-android-sdk:forms:4.3.2"
123+
implementation "com.github.klaviyo.klaviyo-android-sdk:location:4.3.2"
124124
}
125125
```
126126
</details>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!-- Redirect to latest version -->
2-
<meta HTTP-EQUIV="REFRESH" content="0; url=./4.3.1/index.html">
2+
<meta HTTP-EQUIV="REFRESH" content="0; url=./4.3.2/index.html">

sdk/analytics/src/main/java/com/klaviyo/analytics/Klaviyo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ object Klaviyo {
149149
* build analytics requests with profile identifiers
150150
*
151151
* @param profile A map-like object representing properties of the new user
152-
* @return Returns [Klaviyo] for call chaining
152+
* @return Returns [Klaviyo] for call chainingm
153153
*/
154154
@JvmStatic
155155
fun setProfile(profile: Profile): Klaviyo = safeApply {

sdk/core/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<resources>
33
<!-- Please do not modify / override these values, they are critical for internal versioning -->
44
<string name="klaviyo_sdk_name_override">android</string>
5-
<string name="klaviyo_sdk_version_override">4.3.1</string>
5+
<string name="klaviyo_sdk_version_override">4.3.2</string>
66
<string name="klaviyo_sdk_plugin_name_override"/>
77
<string name="klaviyo_sdk_plugin_version_override"/>
88
</resources>

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# NOTE: Semantic version of the SDK lives in strings.xml
1414
# Use this shell script to update the version numbers automatically:
1515
# ./bumpVersion.sh
16-
version.klaviyo.versionCode=41
16+
version.klaviyo.versionCode=42
1717

1818
# Project gradle plugins
1919
plugin.android=8.11.0

0 commit comments

Comments
 (0)