diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-20 13:37:36 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-20 13:37:36 +0300 |
| commit | da18cc8803ce3744320cc37efeffe69cbed8f651 (patch) | |
| tree | 4578a58c64c99149f6c6a8786d9dbb0c5addf591 /org.fox.ttrss | |
| parent | 91046c3497d524d4895c16be43edc6e4dfb85aa1 (diff) | |
rename launcher icon for branch flavor to dev
Diffstat (limited to 'org.fox.ttrss')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 2 |
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" ] |