summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-20 13:37:36 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-20 13:37:36 +0300
commitda18cc8803ce3744320cc37efeffe69cbed8f651 (patch)
tree4578a58c64c99149f6c6a8786d9dbb0c5addf591 /org.fox.ttrss/build.gradle
parent91046c3497d524d4895c16be43edc6e4dfb85aa1 (diff)
rename launcher icon for branch flavor to dev
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rwxr-xr-xorg.fox.ttrss/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 06d470ef..2402a42d 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -69,7 +69,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
signingConfig signingConfigs.signed
applicationIdSuffix ".branch"
- resValue "string", "app_name", "Tiny Tiny RSS (branch)"
+ resValue "string", "app_name", "Tiny Tiny RSS (dev)"
manifestPlaceholders = [
appIcon: "@mipmap/ic_launcher_variant"
]