Skip to content

Commit a29c76b

Browse files
committed
version bump
1 parent 5244d59 commit a29c76b

4 files changed

Lines changed: 11 additions & 11 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.2.0")
107-
implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:4.2.0")
108-
implementation("com.github.klaviyo.klaviyo-android-sdk:forms:4.2.0")
109-
implementation("com.github.klaviyo.klaviyo-android-sdk:location:4.2.0")
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")
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.2.0"
121-
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:4.2.0"
122-
implementation "com.github.klaviyo.klaviyo-android-sdk:forms:4.2.0"
123-
implementation "com.github.klaviyo.klaviyo-android-sdk:location:4.2.0"
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"
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.2.0/index.html">
2+
<meta HTTP-EQUIV="REFRESH" content="0; url=./4.3.0/index.html">

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.2.0</string>
5+
<string name="klaviyo_sdk_version_override">4.3.0</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=39
16+
version.klaviyo.versionCode=40
1717

1818
# Project gradle plugins
1919
plugin.android=8.11.0

0 commit comments

Comments
 (0)