fix contentprovider authority for release

This commit is contained in:
Hannes Achleitner 2017-10-28 22:17:26 +02:00 committed by Hannes Achleitner
parent 3ab4ad2a35
commit 7afde2528a
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ android {
buildConfigField STRING, FLATTR_APP_SECRET, mFlattrAppSecret buildConfigField STRING, FLATTR_APP_SECRET, mFlattrAppSecret
} }
release { release {
resValue "string", "provider_authority", "de.danoeh.antennapod.provider"
minifyEnabled true minifyEnabled true
proguardFile "proguard.cfg" proguardFile "proguard.cfg"
signingConfig signingConfigs.releaseConfig signingConfig signingConfigs.releaseConfig