Skip to content

Commit be36b28

Browse files
authoredApr 11, 2024··
recording: multiple fixes for better frame rate, padding, drawables (#118)
1 parent 11ac796 commit be36b28

File tree

83 files changed

+1401
-991
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+1401
-991
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Next
22

3+
recording: multiple fixes for better frame rate, padding, drawables ([#118](https://github.com/PostHog/posthog-android/pull/118))
4+
35
## 3.1.16 - 2024-03-27
46

57
fix: add replay props only if replay is enabled ([#112](https://github.com/PostHog/posthog-android/pull/112))

‎build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ spotless {
2929
lineEndings = LineEnding.UNIX
3030
kotlin {
3131
target("**/*.kt")
32+
targetExclude("**/bin/**")
33+
3234
ktlint()
3335
}
3436
kotlinGradle {

0 commit comments

Comments
 (0)
Please sign in to comment.