diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index bb09add8..33d60533 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,5 +79,5 @@ dependencies { annotationProcessor 'com.evernote:android-state-processor:1.4.1' implementation 'androidx.work:work-runtime:2.2.0' implementation 'androidx.preference:preference:1.1.0' - implementation 'org.sufficientlysecure:html-textview:3.6' + implementation 'com.nex3z:flow-layout:1.3.0' } |