From 56afadfcb1adc74165c2f464ef3b3ba1162a7f5d Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Tue, 26 Sep 2017 19:18:42 +0300 Subject: [PATCH] readme: Fix a typo --- GRADLE_PLUGIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/')