readme: Fix a typo

This commit is contained in:
Ilya Matveev
2017-09-26 19:18:42 +03:00
committed by ilmat192
parent 622b1ae4ae
commit 56afadfcb1
+1 -1
View File
@@ -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/')