"Ratatosk is the squirrel who there shall run
On the ash-tree Yggdrasil;
From above the words of the eagle he bears,
And tells them to Nithhogg beneath."
Ratatosk it's a wrapper around Google's Nearby-Connections API
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
...
dependencies {
implementation 'com.github.danielceinos:Ratatosk:Tag'
}