File tree Expand file tree Collapse file tree
sdk/core/src/main/res/values 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.0 ")
107- implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:4.3.0 ")
108- implementation("com.github.klaviyo.klaviyo-android-sdk:forms:4.3.0 ")
109- implementation("com.github.klaviyo.klaviyo-android-sdk:location:4.3.0 ")
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 ")
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.0 "
121- implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:4.3.0 "
122- implementation "com.github.klaviyo.klaviyo-android-sdk:forms:4.3.0 "
123- implementation "com.github.klaviyo.klaviyo-android-sdk:location:4.3.0 "
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 "
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.0 /index.html ">
2+ < meta HTTP-EQUIV ="REFRESH " content ="0; url=./4.3.1 /index.html ">
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.0 </string >
5+ <string name =" klaviyo_sdk_version_override" >4.3.1 </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 =40
16+ version.klaviyo.versionCode =41
1717
1818# Project gradle plugins
1919plugin.android =8.11.0
You can’t perform that action at this time.
0 commit comments