We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90db999 commit 5841361Copy full SHA for 5841361
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 12.5.1
4
+###### Release Date: 12-09-2022
5
+* Bumped Android Compose version to 1.2.1
6
+
7
## 12.5.0
8
###### Release Date: 19-8-2022
9
* Added support for Android 13
sample/app/build.gradle
@@ -55,7 +55,7 @@ dependencies {
55
implementation("androidx.navigation:navigation-compose:2.4.1")
56
implementation("androidx.datastore:datastore-preferences:1.0.0")
57
58
- implementation("io.intercom.android:intercom-sdk:12.5.0")
+ implementation("io.intercom.android:intercom-sdk:12.5.1")
59
implementation("com.google.firebase:firebase-messaging:20.2.+")
60
61
testImplementation 'junit:junit:4.13.2'
0 commit comments