Skip to content

Commit 941310b

Browse files
authored
Update minLevel call in gradle settings (#11670)
1 parent 2214c0d commit 941310b

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/android/integrations/logcat

1 file changed

+1
-1
lines changed

docs/platforms/android/integrations/logcat/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ sentry {
6969

7070
logcat {
7171
enabled.set(true)
72-
minLevel(LogcatLevel.WARNING)
72+
minLevel.set(LogcatLevel.WARNING)
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)