diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-02-26 14:40:15 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-02-26 14:40:15 +0000 |
commit | 0f36ad4e1db8789fb012a54b8b6f81dbca49e828 (patch) | |
tree | 2f2664f06e4a685dfd485024553230c54b6e06ba /app/build.gradle | |
parent | 64330146790cf3b216f32801f3e19a778bbc18b8 (diff) | |
download | infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.gz infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.bz2 infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.lz infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.xz infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.zst infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.zip |
Prepare to add different themes. Try fixing timeout issue in okhttp3.
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 4dcb03a6..f849d8aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation "io.noties.markwon:simple-ext:4.2.0" implementation "io.noties.markwon:recycler-table:4.2.0" implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19' - implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3' + implementation 'com.github.Ferfalk:SimpleSearchView:0.1.4' implementation 'org.greenrobot:eventbus:3.1.1' implementation 'com.libRG:customtextview:2.2' implementation 'com.github.Deishelon:RoundedBottomSheet:1.0.1' |