Skip to content

Commit e40682c

Browse files
authored
Bump versioning to 3.0.2 (#205)
1 parent d2e3654 commit e40682c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/
5555
```kotlin
5656
// build.gradle.kts
5757
dependencies {
58-
implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:3.0.0")
59-
implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.0.0")
58+
implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:3.0.2")
59+
implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.0.2")
6060
}
6161
```
6262
</details>
@@ -67,8 +67,8 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/
6767
```groovy
6868
// build.gradle
6969
dependencies {
70-
implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:3.0.0"
71-
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.0.0"
70+
implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:3.0.2"
71+
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.0.2"
7272
}
7373
```
7474
</details>

docs/index.html

+1-1
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=./3.0.0/index.html">
2+
<meta HTTP-EQUIV="REFRESH" content="0; url=./3.0.2/index.html">

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<resources>
33
<!-- Please do not modify these values, it will stop SDK functionality-->
44
<string name="klaviyo_sdk_name_override">android</string>
5-
<string name="klaviyo_sdk_version_override">3.0.0</string>
5+
<string name="klaviyo_sdk_version_override">3.0.2</string>
66
</resources>

versions.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Project versioning, run the following gradle command to update version numbers automatically:
1313
# ./gradlew bumpVersion --nextVersion=X.Y.Z
14-
version.klaviyo.versionCode=20
14+
version.klaviyo.versionCode=21
1515

1616
# Android versioning
1717

0 commit comments

Comments
 (0)