remove matchingfallbacks in example

This commit is contained in:
vok 2019-07-24 09:02:50 +07:00
parent d748d17aea
commit 222adf5f7b
2 changed files with 0 additions and 4 deletions

View File

@ -28,11 +28,8 @@ dependencies {
}
// All support libs must use the same version
// implementation "com.android.support:support-annotations:${safeExtGet('supportLibVersion', '+')}"
implementation "androidx.annotation:annotation:1.0.0"
// implementation "com.android.support:support-compat:${safeExtGet('supportLibVersion', '+')}"
implementation "androidx.core:core:1.0.0"
// implementation "com.android.support:support-media-compat:${safeExtGet('supportLibVersion', '+')}"
implementation "androidx.media:media:1.0.0"
implementation('com.google.android.exoplayer:extension-okhttp:2.9.3') {

View File

@ -111,7 +111,6 @@ android {
release {
signingConfig signingConfigs.debug
minifyEnabled enableProguardInReleaseBuilds
matchingFallbacks = ['release', 'debug']
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}