provide library through gradle implementation 'no.nordicsemi.android:...
See original GitHub issueHi Nordic, thanks for this repo it’s great.
Is there a way to easily add the mesh library as dependency ? like implementation 'no.nordicsemi.android:ble:1.2.0'
for now the doc say we need to add :
project(':meshprovisioner').projectDir = file('../../Android-nRF-Mesh-Library/android-nrf-mesh-library/meshprovisioner') in the settings.gradle. That’s working fine but it would be great to have it without cloning the repo on local machines.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
NordicSemiconductor/Android-BLE-Library - GitHub
A library that makes working with Bluetooth LE on Android a pleasure. Seriously. ... implementation 'no.nordicsemi.android:ble:2.6.0-alpha04'.
Read more >no.nordicsemi.android : ble-common : 2.2.3 - Maven Central
Bluetooth Low Energy library for Android ; Apache Maven maven.apache.org ; Gradle Groovy DSL gradle.org ; Gradle Kotlin DSL github.com/gradle/kotlin-dsl ; Scala SBT ......
Read more >Developing an Android library but its dependencies are not ...
When I develop an App that use this library by implementation files("libs/MyLibrary.aar") or implementation files("libs/MyLibrary.jar") , both ...
Read more >Cannot get Android-DFU-Library to "start" - Nordic Q&A
I am trying to use the Android-DFU-Library. I have successfully implemented it in my project (the implementation key in gradle).
Read more >Add build dependencies - Android Developers
Note: When using Android Gradle plugin 3.4.0 and higher, this dependency configuration no longer packages the lint checks in your Android Library projects....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hello @roshanrajaratnam, any news on putting the lib in jcenter ? That’ll help us making a flutter plugin out of it 😃
Hi @gridar, currently we haven’t published to jcenter yet. Something we would do sometime in the future. Hope this helps