Skip to content

Commit 017839a

Browse files
author
Prakhar Agarwal
authored
Fixed language not changing bug in android 25 and above (#716)
1 parent c7f2219 commit 017839a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
def SUPPORT_LIBRARY_VERSION = "1.0.0"
122122
implementation "androidx.legacy:legacy-support-v4:${SUPPORT_LIBRARY_VERSION}"
123123
implementation "androidx.legacy:legacy-support-v13:${SUPPORT_LIBRARY_VERSION}"
124-
implementation "androidx.appcompat:appcompat:${SUPPORT_LIBRARY_VERSION}"
124+
implementation "androidx.appcompat:appcompat:1.2.0"
125125
implementation "com.google.android.material:material:${SUPPORT_LIBRARY_VERSION}"
126126
implementation "androidx.preference:preference:${SUPPORT_LIBRARY_VERSION}"
127127
implementation "androidx.legacy:legacy-preference-v14:${SUPPORT_LIBRARY_VERSION}"

0 commit comments

Comments
 (0)