File tree 4 files changed +9
-9
lines changed
sdk/core/src/main/res/values
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/
55
55
```kotlin
56
56
// build.gradle.kts
57
57
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")
61
61
}
62
62
```
63
63
</details>
@@ -68,9 +68,9 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/
68
68
```groovy
69
69
// build.gradle
70
70
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"
74
74
}
75
75
```
76
76
</details>
Original file line number Diff line number Diff line change 1
1
<!-- 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 ">
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
<!-- Please do not modify these values, it will stop SDK functionality-->
4
4
<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 >
6
6
</resources >
Original file line number Diff line number Diff line change 13
13
# NOTE: semantic version of the SDK lives in strings.xml
14
14
# run the following gradle command to update version numbers automatically:
15
15
# ./gradlew bumpVersion --nextVersion=X.Y.Z
16
- version.klaviyo.versionCode =29
16
+ version.klaviyo.versionCode =30
17
17
18
18
# Project gradle plugins
19
19
plugin.android =8.2.1
You can’t perform that action at this time.
0 commit comments