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

View File

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