Skip to content

Commit 3f116fe

Browse files
authored
Rel/3.3.0 - (#246)
* 3.3.0 version bump * bump version code
1 parent e6c3411 commit 3f116fe

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ 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.3.0-rc.2")
59-
implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.3.0-rc.2")
60-
implementation("com.github.klaviyo.klaviyo-android-sdk:forms:3.3.0-rc.2")
58+
implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:3.3.0")
59+
implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.3.0")
60+
implementation("com.github.klaviyo.klaviyo-android-sdk:forms:3.3.0")
6161
}
6262
```
6363
</details>
@@ -68,9 +68,9 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/
6868
```groovy
6969
// build.gradle
7070
dependencies {
71-
implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:3.3.0-rc.2"
72-
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.3.0-rc.2"
73-
implementation "com.github.klaviyo.klaviyo-android-sdk:forms:3.3.0-rc.2"
71+
implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:3.3.0"
72+
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.3.0"
73+
implementation "com.github.klaviyo.klaviyo-android-sdk:forms:3.3.0"
7474
}
7575
```
7676
</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.3.0-rc.2/index.html">
2+
<meta HTTP-EQUIV="REFRESH" content="0; url=./3.3.0/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.3.0-rc.2</string>
5+
<string name="klaviyo_sdk_version_override">3.3.0</string>
66
</resources>

versions.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# NOTE: semantic version of the SDK lives in strings.xml
1414
# run the following gradle command to update version numbers automatically:
1515
# ./gradlew bumpVersion --nextVersion=X.Y.Z
16-
version.klaviyo.versionCode=29
16+
version.klaviyo.versionCode=30
1717

1818
# Project gradle plugins
1919
plugin.android=8.2.1

0 commit comments

Comments
 (0)