Failed to resolve: no.nordicsemi.android:2.2.2

Hello, I'm an android developer.

I stuck at this problem while I was doing my job.

My task is to put BLE DFU function into our app.

To achieve this, I have put 

implementation("no.nordicsemi.android:2.2.2")

into app level build.gradle, but somehow it kept showing error, Failed to resolve.

If anyone knows how to solve this problem, please enlighten me.

Related