Commit e8d24d4 1 parent 8179589 commit e8d24d4 Copy full SHA for e8d24d4
File tree 3 files changed +6
-6
lines changed
sdk/core/src/main/res/values
3 files changed +6
-6
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.2.0-alpha.1+iaf ")
59
- implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.2.0-alpha.1+iaf ")
58
+ implementation("com.github.klaviyo.klaviyo-android-sdk:analytics:3.2.0-alpha.1")
59
+ implementation("com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.2.0-alpha.1")
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.2.0-alpha.1+iaf "
71
- implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.2.0-alpha.1+iaf "
70
+ implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:3.2.0-alpha.1"
71
+ implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:3.2.0-alpha.1"
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.2.0-alpha.1+iaf /index.html ">
2
+ < meta HTTP-EQUIV ="REFRESH " content ="0; url=./3.2.0-alpha.1/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.2.0-alpha.1+iaf </string >
5
+ <string name =" klaviyo_sdk_version_override" >3.2.0-alpha.1</string >
6
6
</resources >
You can’t perform that action at this time.
0 commit comments