remove matchingfallbacks in example
This commit is contained in:
parent
d748d17aea
commit
222adf5f7b
@ -28,11 +28,8 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// All support libs must use the same version
|
// All support libs must use the same version
|
||||||
// implementation "com.android.support:support-annotations:${safeExtGet('supportLibVersion', '+')}"
|
|
||||||
implementation "androidx.annotation:annotation:1.0.0"
|
implementation "androidx.annotation:annotation:1.0.0"
|
||||||
// implementation "com.android.support:support-compat:${safeExtGet('supportLibVersion', '+')}"
|
|
||||||
implementation "androidx.core:core:1.0.0"
|
implementation "androidx.core:core:1.0.0"
|
||||||
// implementation "com.android.support:support-media-compat:${safeExtGet('supportLibVersion', '+')}"
|
|
||||||
implementation "androidx.media:media:1.0.0"
|
implementation "androidx.media:media:1.0.0"
|
||||||
|
|
||||||
implementation('com.google.android.exoplayer:extension-okhttp:2.9.3') {
|
implementation('com.google.android.exoplayer:extension-okhttp:2.9.3') {
|
||||||
|
@ -111,7 +111,6 @@ android {
|
|||||||
release {
|
release {
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
minifyEnabled enableProguardInReleaseBuilds
|
minifyEnabled enableProguardInReleaseBuilds
|
||||||
matchingFallbacks = ['release', 'debug']
|
|
||||||
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
|
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user