Skip to content

Commit

Permalink
fix: remove authorized domains docs (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Apr 24, 2024
1 parent dfbd5a3 commit 6c39ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions posthog-android/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.3.0" type="baseline" client="gradle" dependencies="true" name="AGP (8.3.0)" variant="all" version="8.3.0">
<issues format="6" by="lint 8.2.2" type="baseline" client="gradle" dependencies="true" name="AGP (8.2.2)" variant="all" version="8.2.2">

<issue
id="GradleDependency"
Expand All @@ -25,7 +25,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.core:core than 1.5.0 is available: 1.12.0"
message="A newer version of androidx.core:core than 1.5.0 is available: 1.13.0"
errorLine1=" implementation(&quot;androidx.core:core:${PosthogBuildConfig.Dependencies.ANDROIDX_CORE}&quot;)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
Expand Down
1 change: 0 additions & 1 deletion posthog/src/main/java/com/posthog/PostHogConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public open class PostHogConfig(
public var onFeatureFlags: PostHogOnFeatureFlags? = null,
/**
* Enable Recording of Session Replays for Android
* Requires Authorized Domains to be disabled in the PostHog Project Settings
* Requires Record user sessions to be enabled in the PostHog Project Settings
* Defaults to false
*/
Expand Down

0 comments on commit 6c39ca2

Please sign in to comment.