diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-05 14:38:53 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-05 14:59:16 +0300 |
| commit | 504427a0463044353e1690c897db2a90892df6c6 (patch) | |
| tree | 1dfad378b4cac74409ac559571584ac791ac9967 /org.fox.ttrss/build.gradle | |
| parent | 9e7224c7aa83b1aff63dc7f03b45a8258c7c6529 (diff) | |
drop youtube & dashclock jar files and everything related to them
Diffstat (limited to 'org.fox.ttrss/build.gradle')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index 2cad0765..387de61d 100755 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -54,7 +54,6 @@ android { } dependencies { - implementation files('libs/dashclock-api-r1.1.jar') implementation 'com.squareup.okhttp3:okhttp:3.12.5' implementation('com.github.bumptech.glide:okhttp3-integration:1.5.0') { exclude group: 'glide-parent' @@ -79,6 +78,5 @@ dependencies { compileOnly 'com.evernote:android-state:1.4.1' annotationProcessor 'com.evernote:android-state:1.4.1' implementation 'com.github.livefront:bridge:v1.1.1' - implementation files('libs/YouTubeAndroidPlayerApi.jar') implementation 'com.github.javiersantos:AppUpdater:2.7' } |