From 156a2eb4ffe7479333536f3195ed3ceee63fa7f1 Mon Sep 17 00:00:00 2001 From: bopol Date: Mon, 27 Jan 2020 19:32:40 +0100 Subject: [PATCH] update prettytime dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see https://github.com/TeamNewPipe/NewPipe/pull/2921#issuecomment-572601812 It will add Esperanto, add bengali, update vietnamese pretty time is the library used in the home page: … days ago --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0ca03f158..f8fc1565f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,7 +94,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxjava:2.2.2' implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' implementation 'com.jakewharton.rxbinding2:rxbinding:2.1.1' - implementation 'org.ocpsoft.prettytime:prettytime:4.0.1.Final' + implementation 'org.ocpsoft.prettytime:prettytime:4.0.3.Final' implementation "androidx.room:room-runtime:${roomDbLibVersion}" implementation "androidx.room:room-rxjava2:${roomDbLibVersion}"