change compile to api

This commit is contained in:
Akram Khan 2018-11-05 02:22:56 +06:00 committed by GitHub
parent 9f41114594
commit c5a9518ec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ android {
}
dependencies {
compile 'com.github.michael-rapp:android-util:1.15.0'
api 'com.github.michael-rapp:android-util:1.15.0'
implementation rootProject.ext.deps["annotations"]
implementation rootProject.ext.deps["appcompat-v7"]
testImplementation rootProject.ext.deps["junit"]