diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 15:06:31 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 15:06:31 +0300 |
| commit | 650c24732e70c528635d45314cea31de9fe571af (patch) | |
| tree | 461b73433b28f63f62b970fcdf975cd0f31cae71 /org.fox.ttrss/build.gradle | |
| parent | 73f8dac69f24ba8e07b08a79b393cd64e13907e9 (diff) | |
drop annotation-based save handling and go back to stone-age vanilla methods
Diffstat (limited to 'org.fox.ttrss/build.gradle')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index 1b5cf135..be54fc88 100755 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -121,10 +121,6 @@ dependencies { implementation 'me.relex:circleindicator:1.2.2@aar' implementation 'com.nineoldandroids:library:2.4.0' implementation 'com.github.amulyakhare:TextDrawable:558677ea31' - implementation 'com.evernote:android-state:1.4.1' - compileOnly 'com.evernote:android-state:1.4.1' - annotationProcessor 'com.evernote:android-state:1.4.1' - implementation 'com.github.livefront:bridge:v1.1.1' } java { toolchain { |