File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 12.4.1
4
+ ###### Release Date: 01-6-2022
5
+ * Fixed an issue where server region did not default to US when no meta-data was provided in the manifest
6
+
3
7
## 12.4.0
4
8
###### Release Date: 27-5-2022
5
9
* You can now customize submit button text for surveys sent on your mobile app
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ There are 2 options for installing Intercom on your Android app.
43
43
Add the following dependency to your app's ` build.gradle ` file:
44
44
``` groovy
45
45
dependencies {
46
- implementation 'io.intercom.android:intercom-sdk:12.4.0 '
46
+ implementation 'io.intercom.android:intercom-sdk:12.4.1 '
47
47
implementation 'com.google.firebase:firebase-messaging:20.+'
48
48
}
49
49
```
@@ -53,7 +53,7 @@ dependencies {
53
53
If you'd rather not have push notifications in your app, you can use this dependency:
54
54
``` groovy
55
55
dependencies {
56
- implementation 'io.intercom.android:intercom-sdk-base:12.4.0 '
56
+ implementation 'io.intercom.android:intercom-sdk-base:12.4.1 '
57
57
}
58
58
```
59
59
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
implementation(" androidx.navigation:navigation-compose:2.4.1" )
56
56
implementation(" androidx.datastore:datastore-preferences:1.0.0" )
57
57
58
- implementation(" io.intercom.android:intercom-sdk:12.4.0 " )
58
+ implementation(" io.intercom.android:intercom-sdk:12.4.1 " )
59
59
implementation(" com.google.firebase:firebase-messaging:20.2.+" )
60
60
61
61
testImplementation ' junit:junit:4.13.2'
You can’t perform that action at this time.
0 commit comments