compile -> implementation
This commit is contained in:
parent
d3e10d2e7b
commit
0adf3ca803
|
@ -7,7 +7,7 @@
|
||||||
The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency:
|
The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency:
|
||||||
|
|
||||||
```Groovy
|
```Groovy
|
||||||
compile 'no.nordicsemi.android:dfu:1.8.0'
|
implementation 'no.nordicsemi.android:dfu:1.8.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
If you use proguard, add the following line to your proguard rules:
|
If you use proguard, add the following line to your proguard rules:
|
||||||
|
|
Loading…
Reference in New Issue