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 365605c commit b77e0c2Copy full SHA for b77e0c2
CHANGELOG.md
@@ -16,11 +16,11 @@
16
* recordView
17
18
* Deprecated the old session methods. You should now use the `sessions` object. Deprecated methods are:
19
- * beginSession
20
- * updateSession
21
- * endSession
22
- * start
23
- * stop
+ * beginSession
+ * updateSession
+ * endSession
+ * start
+ * stop
24
25
* Updated underlying Android SDK version to 23.8.0
26
* Updated underlying iOS SDK version to 23.8.0
android/build.gradle
@@ -34,6 +34,6 @@ android {
34
}
35
36
dependencies {
37
- implementation 'ly.count.android:sdk:23.8.0-RC11'
+ implementation 'ly.count.android:sdk:23.8.0'
38
implementation 'com.google.firebase:firebase-messaging:20.2.1'
39
0 commit comments