compile -> implementation

This commit is contained in:
Aleksander Nowakowski 2018-04-06 10:55:56 +02:00
parent b164e4321e
commit 74a71d6992
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ android {
}
dependencies {
compile 'com.android.support:support-core-utils:27.0.2'
compile 'com.google.code.gson:gson:2.8.0'
implementation 'com.android.support:support-core-utils:27.1.1'
implementation 'com.google.code.gson:gson:2.8.0'
}
/*