Skip to content

Commit e7069e7

Browse files
authored
Updated README.md
Added url for creating a library from android studio.
1 parent 2437454 commit e7069e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ Note it will return **true** on *non supported platform*.
1010
For Android, you need to add permissions:
1111
`<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>`
1212
`<uses-permission android:name="android.permission.BLUETOOTH"/>`
13+
14+
**Useful references**
15+
16+
[Create a JAR from Android Studio Project](https://stackoverflow.com/questions/21712714/how-to-make-a-jar-out-from-an-android-studio-project)
17+
18+
[Create an android library project](https://www.vogella.com/tutorials/AndroidLibraryProjects/article.html)

0 commit comments

Comments
 (0)