File tree Expand file tree Collapse file tree
analytics/src/main/java/com/klaviyo/analytics Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
1919plugin.android =8.11.0
You can’t perform that action at this time.
0 commit comments