Skip to content

Commit 7dacfcd

Browse files
authored
Update Readme compile configuration
Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
1 parent 2b60830 commit 7dacfcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The minimum supported SDK version is 15
2828
**Step 2.** Add the dependency
2929

3030
dependencies {
31-
compile 'com.github.Flutterwave:rave-android:1.0.28'
31+
implementation 'com.github.Flutterwave:rave-android:1.0.28'
3232
}
3333

3434
**Step 3.** Add the required permission
@@ -169,4 +169,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
169169
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
170170
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
171171
SOFTWARE.
172-
```
172+
```

0 commit comments

Comments
 (0)