diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2024-11-28 12:45:56 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2024-11-28 12:45:59 +0300 |
| commit | bd2e94d8426c389cea55548cdce5b3ac3441479d (patch) | |
| tree | f3299a0c3f596783f2b8d0a4a711f964fe727d45 /org.fox.ttrss/build.gradle | |
| parent | 0636a03474d366f485cd5cce398a8641639437f3 (diff) | |
bump several dependencies and do some code cleanup chores for new sdk;
drop dashclock
Diffstat (limited to 'org.fox.ttrss/build.gradle')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index 98b3552d..82cb9bb2 100755 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -61,13 +61,13 @@ dependencies { implementation 'com.bogdwellers:pinchtozoom:0.1' implementation 'com.github.bumptech.glide:glide:3.8.0' implementation files('libs/glide-transformations-2.0.2.jar') - implementation 'androidx.recyclerview:recyclerview:1.2.0' + implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.appcompat:appcompat:1.4.0' - implementation 'androidx.browser:browser:1.0.0' + implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'androidx.browser:browser:1.4.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'com.github.natario1:NestedScrollCoordinatorLayout:5a33a7dbd8' - implementation 'com.google.android.material:material:1.4.0' + implementation 'com.google.android.material:material:1.6.0' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar' implementation 'me.relex:circleindicator:1.2.2@aar' |