summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-06 21:51:19 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-06 21:51:19 +0300
commit2ee7833ca1b401b76a04c88820589ddd527de09b (patch)
tree46c8c3c7cbc0fada392802404ee6cc0ab90c8f97 /org.fox.ttrss/build.gradle
parent0f266fe79ee830eb74ba1ddbdfb457eae07d8ccd (diff)
reimport most material icons as uptodate vector resources
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rwxr-xr-xorg.fox.ttrss/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index be54fc88..694e01a3 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -15,6 +15,7 @@ android {
compileSdk 35
versionCode 558
versionName getVersion()
+ vectorDrawables.useSupportLibrary = true
}
signingConfigs {
@@ -121,6 +122,7 @@ dependencies {
implementation 'me.relex:circleindicator:1.2.2@aar'
implementation 'com.nineoldandroids:library:2.4.0'
implementation 'com.github.amulyakhare:TextDrawable:558677ea31'
+
}
java {
toolchain {