Skip to content

Commit 4e417ef

Browse files
authored
Update README.md
1 parent a42568b commit 4e417ef

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
@@ -42,5 +42,5 @@ After having compiled and built your project successfully, you should be able to
4242
2. Navigate to the location where you checked out the repository in your computer, and select the root folder (not the ```processing``` subfolder).
4343
3. Android Studio should be able to import the project automatically, which includes the library itself and a minimal test app.
4444

45-
Note that the source code of the library is located inside ```library/src``` to follow standard Gradle's project structure. If you make changes there during the debugging using Android Studio, and then use the compilation and packaging instructions above, the resulting library package will include your latest changes in the source code made in Android Studio.
45+
**Important note:** The source code of the library is located inside ```library/src``` to follow standard Gradle's project structure. If you make changes there during the debugging using Android Studio, and then use the compilation and packaging instructions above, the resulting library package will include your latest changes in the source code made in Android Studio.
4646

0 commit comments

Comments
 (0)