aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1756cb48..d3030d40 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,6 +12,12 @@ android {
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
vectorDrawables.useSupportLibrary = true
+ resValue 'string', 'account_type.subsonic', applicationId + ".subsonic"
+ resValue 'string', 'provider.search', applicationId + ".provider.DSubSearchProvider"
+ resValue 'string', 'provider.playlist', applicationId + ".playlists.provider"
+ resValue 'string', 'provider.podcast', applicationId + ".podcasts.provider"
+ resValue 'string', 'provider.starred', applicationId + ".starred.provider"
+ resValue 'string', 'provider.recently_added', applicationId + ".mostrecent.provider"
}
buildTypes {
release {