Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 632 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 632 Bytes

Nordic Common Libraries for Android

A libraries with Nordic's common code for Android apps.

Documentation

The latest documentation can be found here.

Usage

To use this library, add the following to your build.gradle file:

dependencies {
    implementation 'no.nordicsemi.android.common:<module>:<version>'
}

Sample app

Run the sample app to see and test most of the components from the library.

  1. Clone the repository.
  2. Open the project in Android Studio.
  3. Run the app module on a connected device or emulator.