Update dependency type compile -> implementation

This commit is contained in:
edr
2023-09-30 19:12:10 +02:00
parent 5d2fd1fba8
commit a52bebc8ab

View File

@@ -25,6 +25,6 @@ android {
dependencies {
compile "com.android.support:support-compat:26.1.0"
implementation "com.android.support:support-compat:26.1.0"
}
}