Skip to content

Commit b9dfcb4

Browse files
committed
Improve README
One of the suggested Gadle lines caused issues when trying to build an a CI server that doesn’t use the typical Gradle wrapper. This updated version is more robust and works as expected without breaking.
1 parent a8a7d56 commit b9dfcb4

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)