Skip to content

Commit

Permalink
Update 3_dependency.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-jy authored May 17, 2024
1 parent a5e5c85 commit 89242a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/3_dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ buildscript {
}
```

2. Add the below line in build.gradle file in the app(your application name, default : app) directory.
2. Add the below line in build.gradle file in the app(your application name, default : app) directory. It must be added to the subline of the plugins block (or apply plugin:'com.android.application') to prevent an error from occurring.
```
apply plugin: 'org.fosslight'
```
Expand Down

0 comments on commit 89242a5

Please sign in to comment.