diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-04-26 13:53:32 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-04-26 13:53:32 +0000 |
commit | 1d294609f5bb472fea0d536ac381359e9d9c4dc0 (patch) | |
tree | b08d35ea740818efd92b2ffb4a1e45b3bd7e06e8 /app/build.gradle | |
parent | 6bd4b41f8c7eeb112d00bc42658eace8ed3bcb85 (diff) | |
download | infinity-for-reddit-1d294609f5bb472fea0d536ac381359e9d9c4dc0.tar infinity-for-reddit-1d294609f5bb472fea0d536ac381359e9d9c4dc0.tar.gz infinity-for-reddit-1d294609f5bb472fea0d536ac381359e9d9c4dc0.tar.bz2 infinity-for-reddit-1d294609f5bb472fea0d536ac381359e9d9c4dc0.tar.lz infinity-for-reddit-1d294609f5bb472fea0d536ac381359e9d9c4dc0.tar.xz infinity-for-reddit-1d294609f5bb472fea0d536ac381359e9d9c4dc0.tar.zst infinity-for-reddit-1d294609f5bb472fea0d536ac381359e9d9c4dc0.zip |
Unescape HTML for post content and comments. Minor UI fixes.
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 82064ea1..6fe85a03 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,8 +39,8 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v13:1.0.0' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.2.0-alpha03' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-alpha03' + androidTestImplementation 'androidx.test:runner:1.2.0-alpha04' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-alpha04' implementation 'com.google.android.exoplayer:exoplayer:2.9.6' implementation 'com.google.android.exoplayer:exoplayer-dash:2.9.6' implementation 'androidx.browser:browser:1.0.0' |