aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1edbc5e2..d3030d40 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,12 +6,18 @@ android {
defaultConfig {
applicationId "github.daneren2005.dsub"
minSdkVersion 15
- targetSdkVersion 26
- versionCode 203
- versionName '5.5.0'
+ targetSdkVersion 28
+ versionCode 204
+ versionName '5.5.1'
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 {