Skip to content

Commit b77e0c2

Browse files
authored
updated version (#126)
1 parent 365605c commit b77e0c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* recordView
1717

1818
* 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
19+
* beginSession
20+
* updateSession
21+
* endSession
22+
* start
23+
* stop
2424

2525
* Updated underlying Android SDK version to 23.8.0
2626
* Updated underlying iOS SDK version to 23.8.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ android {
3434
}
3535

3636
dependencies {
37-
implementation 'ly.count.android:sdk:23.8.0-RC11'
37+
implementation 'ly.count.android:sdk:23.8.0'
3838
implementation 'com.google.firebase:firebase-messaging:20.2.1'
3939
}

0 commit comments

Comments
 (0)