From f61e720294f914da5dec1e5c7d9fda9c8cd748d3 Mon Sep 17 00:00:00 2001 From: stom79 Date: Sat, 20 Jan 2018 11:01:59 +0100 Subject: [PATCH] Fixes issue #261 - upgrade MyTransL lib --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1c38854cf..554ae7f77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.evernote:android-job:1.2.2' implementation 'com.github.chrisbanes:PhotoView:2.0.0' implementation 'com.github.stom79:country-picker-android:1.2.0' - implementation 'com.github.stom79:mytransl:1.2' + implementation 'com.github.stom79:mytransl:1.4' playstoreImplementation 'io.github.kobakei:ratethisapp:1.2.0' implementation 'org.conscrypt:conscrypt-android:1.0.0.RC13' implementation 'com.google.code.gson:gson:2.8.2'