Skip to content

Commit e8d24d4

Browse files
committed
update version
1 parent 8179589 commit e8d24d4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.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")
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.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"
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.2.0-alpha.1+iaf/index.html">
2+
<meta HTTP-EQUIV="REFRESH" content="0; url=./3.2.0-alpha.1/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.2.0-alpha.1+iaf</string>
5+
<string name="klaviyo_sdk_version_override">3.2.0-alpha.1</string>
66
</resources>

0 commit comments

Comments
 (0)