fix: Crashing of devices sdk 21,22,23,24 on start, fixes #262

This commit is contained in:
Stefan Schueller 2021-02-20 12:41:20 +01:00
parent 73523fa4f7
commit 5622b760cc
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ dependencies {
implementation "com.google.android.exoplayer:extension-mediasession:$exoplayer"
implementation "com.google.android.exoplayer:extension-okhttp:$exoplayer"
// date formatter
implementation 'org.ocpsoft.prettytime:prettytime:5.0.0.Final'
// date formatter, do not update past 4.0.4 https://github.com/sschueller/peertube-android/issues/262
implementation 'org.ocpsoft.prettytime:prettytime:4.0.4.Final'
// Version comparison
implementation 'org.apache.maven:maven-artifact:3.6.3'