Skip to content

Commit b5679ab

Browse files
authored
Update DebugProbesKt.bin exclusion instruction (#2889)
raw exclude call is now deprecated and gives the following warning, This property is deprecated. Use resources.excludes or jniLibs.excludes instead. Use jniLibs.excludes for .so file patterns, and use resources.excludes for all other file patterns.
1 parent e5c6cf9 commit b5679ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ normally and is only used by the debugger. To exclude it at no loss of functiona
167167
`android` block in your Gradle file for the application subproject:
168168
```groovy
169169
packagingOptions {
170-
exclude "DebugProbesKt.bin"
170+
resources.excludes += "DebugProbesKt.bin"
171171
}
172172
```
173173

0 commit comments

Comments
 (0)