From 34f9956dd9982eddc1f9fa4103e996023430c4f1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 May 2025 09:31:34 +0300 Subject: add missing appcompat-resources dependency and set project name --- org.fox.ttrss/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'org.fox.ttrss') 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' -- cgit v1.2.3-54-g00ecf