From 504427a0463044353e1690c897db2a90892df6c6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 May 2025 14:38:53 +0300 Subject: drop youtube & dashclock jar files and everything related to them --- org.fox.ttrss/build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'org.fox.ttrss/build.gradle') 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' } -- cgit v1.2.3-54-g00ecf