diff --git a/GRADLE_PLUGIN.md b/GRADLE_PLUGIN.md index 06053d5e761..8d2bbd912c0 100644 --- a/GRADLE_PLUGIN.md +++ b/GRADLE_PLUGIN.md @@ -238,7 +238,7 @@ For this project the task graph will be the following: library project(':lib') // artifect in a library project - library(project(':lib'), 'artifectName') + library(project(':lib'), 'artefactName') // naitve library for linking. nativeLibrary project.file('path/to/native/library/')