summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-05 14:11:32 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-05 14:11:32 +0300
commit7a5abef16e95e238460ecd817aaf2e372e35502b (patch)
treeebf758f7f6fbc2de7820fe6abf43b71fd04451d4 /org.fox.ttrss/build.gradle
parentbe2aec246a4d096cf6ee36353ddf84cea59da448 (diff)
replace unmaintained icepick with unmaintained Android-State :(
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rwxr-xr-xorg.fox.ttrss/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 4cc14660..f2d9a87e 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -75,9 +75,9 @@ dependencies {
implementation 'me.relex:circleindicator:1.2.2@aar'
implementation 'com.nineoldandroids:library:2.4.0'
implementation 'com.github.amulyakhare:TextDrawable:558677ea31'
- implementation 'frankiesardo:icepick:3.2.0'
- compileOnly 'frankiesardo:icepick-processor:3.2.0'
- annotationProcessor 'frankiesardo:icepick-processor:3.2.0'
+ 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'
implementation files('libs/YouTubeAndroidPlayerApi.jar')
implementation 'com.github.javiersantos:AppUpdater:2.7'