Skip to content

Commit 619ec19

Browse files
Merge pull request #36 from drspaceboo/master
Improve README
2 parents a8a7d56 + ce4b8a0 commit 619ec19

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
@@ -86,7 +86,7 @@ Just import the whole cloned project and run the sample.
8686

8787
```
8888
include ':JniBitmapOperationsLibrary'
89-
project(':JniBitmapOperationsLibrary').projectDir = new File(settingsDir, '../AndroidJniBitmapOperations/JniBitmapOperationsLibrary')
89+
project(':JniBitmapOperationsLibrary').projectDir = new File(rootProject.getProjectDir(), 'AndroidJniBitmapOperations/JniBitmapOperationsLibrary')
9090
```
9191
3. Add the following lines to your top level `build.gradle` file inside the `buildscript` section. Replace the versions with whatever your project is using as needed.
9292

0 commit comments

Comments
 (0)