From 25e0e73085b5bb01db30769121a7ff76203bd787 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Thu, 30 Jan 2020 21:05:24 +0100 Subject: [PATCH] fix in app language switching (#1659) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0386f0df..a47a33a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "androidx.core:core-ktx:1.2.0-rc01" - implementation "androidx.appcompat:appcompat:1.1.0" + implementation "androidx.appcompat:appcompat:1.2.0-alpha02" implementation "androidx.fragment:fragment-ktx:1.1.0" implementation "androidx.browser:browser:1.2.0" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"