summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-06 09:31:34 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-06 09:31:34 +0300
commit34f9956dd9982eddc1f9fa4103e996023430c4f1 (patch)
treed15be789994151652b3f235f4150b53104f0456c
parent1ea2f819bc8bbd24e6cb5c4bcd0acb123e74d19c (diff)
add missing appcompat-resources dependency and set project name
-rwxr-xr-xorg.fox.ttrss/build.gradle1
-rwxr-xr-xsettings.gradle1
2 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 5803a2f7..844bbd8c 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -113,6 +113,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
+ implementation 'androidx.appcompat:appcompat-resources:1.7.0'
implementation 'androidx.browser:browser:1.8.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0'
implementation 'com.github.natario1:NestedScrollCoordinatorLayout:5a33a7dbd8'
diff --git a/settings.gradle b/settings.gradle
index b00072ee..bb551edf 100755
--- a/settings.gradle
+++ b/settings.gradle
@@ -2,3 +2,4 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
include ':org.fox.ttrss'
+rootProject.name='Tiny Tiny RSS for Android' \ No newline at end of file