Commit e40682c 1 parent d2e3654 commit e40682c Copy full SHA for e40682c
File tree 4 files changed +7
-7
lines changed
sdk/core/src/main/res/values
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ 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.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 ")
60
60
}
61
61
```
62
62
</details>
@@ -67,8 +67,8 @@ send them timely push notifications via [FCM (Firebase Cloud Messaging)](https:/
67
67
```groovy
68
68
// build.gradle
69
69
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 "
72
72
}
73
73
```
74
74
</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.0.0 /index.html ">
2
+ < meta HTTP-EQUIV ="REFRESH " content ="0; url=./3.0.2 /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.0.0 </string >
5
+ <string name =" klaviyo_sdk_version_override" >3.0.2 </string >
6
6
</resources >
Original file line number Diff line number Diff line change 11
11
12
12
# Project versioning, run the following gradle command to update version numbers automatically:
13
13
# ./gradlew bumpVersion --nextVersion=X.Y.Z
14
- version.klaviyo.versionCode =20
14
+ version.klaviyo.versionCode =21
15
15
16
16
# Android versioning
17
17
You can’t perform that action at this time.
0 commit comments