Installation

Steps to install Widget SDK for Java or Kotlin App

How to Install

For installation we are going to pull the library and set up permissions for our App.

Install with Gradle

In your project’s settings.gradle add the following line:

maven { url β€˜https://jitpack.io’ }

Example

Pulling Library (Gradle)

For using the widget library we must add the following lines in our app's build.gradle

implementation 'com.github.JelouLatam:Widget-SDK-Android:{VersionTag}'

Current Version Tag is 1.0.0. Remember to change Version Tag in the code Above.

Example

Permissions

For using widget service, the app must have the following permission:

  • android.permission.INTERNET

Example

Last updated