Update build.gradle

Added correct dependency that will properly resolve in combination with other extensions
This commit is contained in:
Björn Ritzl 2020-07-17 15:52:56 +02:00 committed by GitHub
parent 487da64185
commit 3b9930322a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
dependencies {
compile 'com.android.support:support-compat:28.0.0'
compile 'com.android.support:support-v4:28.+'
}