https://github.com/luispichio/multibluetoothspp
https://github.com/luispichio/multibluetoothspp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luispichio/multibluetoothspp
- Owner: luispichio
- License: mit
- Created: 2018-09-07T23:03:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T22:32:11.000Z (almost 8 years ago)
- Last Synced: 2025-05-13T20:36:35.187Z (about 1 year ago)
- Language: Java
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiBluetoothSPP
Android Multi-Bluetooth SPP (Serial Port Profile) library
[](https://www.paypal.me/luispichio)
# Usage
## Gradle
1 *Add it in your root build.gradle at the end of repositories*
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
2 *Add the dependency*
dependencies {
compile ''
}
## Maven
1 *Add the JitPack repository to your build file*
jitpack.io
https://jitpack.io
2 *Add the dependency*
/artifactId>