Configuring Gradle Scripts
You need to specify the path to the Maven repo from where your project will download the Watcher SDK.
In the build.gradle
file of the app's module add the following lines:
repositories {
maven { url 'https://github.com/flussonic/flussonic-watcher-sdk-android' }
}
dependencies {
implementation 'com.flussonic:watcher-sdk:+'
}
Replace the '+' sign with the latest released version of the Watcher SDK.
To open the repo in the browser, use the link https://github.com/flussonic/flussonic-watcher-sdk-android