Step 1. Add the JitPack repository to your build file
Add it in your root settings.gradle at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Add it in your settings.gradle.kts at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
Add to pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add it in your build.sbt at the end of resolvers:
resolvers += "jitpack" at "https://jitpack.io"
Add it in your project.clj at the end of repositories:
:repositories [["jitpack" "https://jitpack.io"]]
Step 2. Add the dependency
dependencies {
implementation 'com.github.freeyourgadget:Gadgetbridge:0.59.0'
}
dependencies {
implementation("com.github.freeyourgadget:Gadgetbridge:0.59.0")
}
<dependency>
<groupId>com.github.freeyourgadget</groupId>
<artifactId>Gadgetbridge</artifactId>
<version>0.59.0</version>
</dependency>
libraryDependencies += "com.github.freeyourgadget" % "Gadgetbridge" % "0.59.0"
:dependencies [[com.github.freeyourgadget/Gadgetbridge "0.59.0"]]
Gadgetbridge is now hosted on codeberg.org.
<a href="https://codeberg.org/Freeyourgadget/Gadgetbridge/"> <img alt="Get it on Codeberg" src="https://get-it-on.codeberg.org/get-it-on-blue-on-white.png" height="60"> </a>Gadgetbridge is an Android (5.0+) application which will allow you to use your Pebble, Mi Band, Amazfit Bip and HPlus device (and more) without the vendor's closed source application and without the need to create an account and transmit any of your data to the vendor's servers.
Homepage - Blog - <a rel="me" href="https://social.anoxinon.de/@gadgetbridge">Mastodon</a>
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80">
Please see the Gadgets page on the website for a complete list of supported devices.
Please see the Features page on the website.
Contributions are welcome, be it feedback, bug reports, documentation, translation, research or code. Feel free to work on any of the open issues; just leave a comment that you're working on one to avoid duplicated work.
Developer documentation - Support for a new Device - New Device Tutorial
Translations can be contributed via https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/
If you would like to get in touch with other Gadgetbridge users and developers outside of Codeberg, you can do so via:
#gadgetbridge:matrix.org
Feel free to open an issue on our issue tracker, but please:
Alternatively you may use the standard logcat functionality to access the log.