diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:59:22 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:59:22 +0300 |
| commit | a354d2a348099be7e3cacc0441dd5c19944cd7a6 (patch) | |
| tree | f52c5c84ffd6f03063e9fcd781c16ef734c0dcfc /org.fox.ttrss/build.gradle | |
| parent | 328df3c29bba93c2198f9905c23ea21f149b3291 (diff) | |
add m3 edge-to-edge
Diffstat (limited to 'org.fox.ttrss/build.gradle')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index 9f130852..34d31f9c 100755 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -110,6 +110,7 @@ dependencies { implementation 'com.github.bumptech.glide:glide:3.8.0' implementation files('libs/glide-transformations-2.0.2.jar') implementation 'androidx.recyclerview:recyclerview:1.4.0' + implementation 'androidx.activity:activity:1.10.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.appcompat:appcompat-resources:1.7.0' |