Skip to content

Commit

Permalink
Merge pull request #312 from NordicSemiconductor/dev
Browse files Browse the repository at this point in the history
Release v2.3.0
  • Loading branch information
roshanrajaratnam authored May 12, 2020
2 parents 8533400 + 0d1fe17 commit 7712ed6
Show file tree
Hide file tree
Showing 762 changed files with 2,788 additions and 2,392 deletions.
9 changes: 0 additions & 9 deletions Example/nrf-mesh/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions Example/nrf-mesh/gradle.properties

This file was deleted.

6 changes: 0 additions & 6 deletions Example/nrf-mesh/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

25 changes: 0 additions & 25 deletions Example/nrf-mesh/settings.gradle

This file was deleted.

15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,25 @@ nRF Mesh for Android is supported on Android devices running Android 4.3 and onw

## How to include it in your own project

#### Maven Central or jcenter

The library may be found on jcenter and Maven Central repository.
Add it to your project by adding the following dependency:

```grovy
implementation 'no.nordicsemi.android:mesh:2.3.0'
```

#### Manual

Clone this project and add *ble* module as a dependency to your project:

1. In *settings.gradle* file add the following lines:
```groovy
include ':meshprovision'
project(':meshprovision').projectDir = file('../Android-Mesh-Library/meshprovision')
include ':mesh'
project(':mesh').projectDir = file('../Android-Mesh-Library/mesh')
```
2. In *app/build.gradle* file add `implementation project(':meshprovision')` inside dependencies.
2. In *app/build.gradle* file add `implementation project(':mesh')` inside dependencies.
3. Sync project and build it.

See example projects in this repository.
Expand Down
8 changes: 0 additions & 8 deletions android-nrf-mesh-library/.gitignore

This file was deleted.

50 changes: 0 additions & 50 deletions android-nrf-mesh-library/build.gradle

This file was deleted.

Binary file not shown.
160 changes: 0 additions & 160 deletions android-nrf-mesh-library/gradlew

This file was deleted.

Loading

0 comments on commit 7712ed6

Please sign in to comment.