revert appcompat upgrade in order to fix in-app-language switching (#1467)
This commit is contained in:
parent
04da5f40c7
commit
6f50704b7d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.1.0-alpha05'
|
||||
implementation 'androidx.exifinterface:exifinterface:1.0.0'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'androidx.preference:preference:1.1.0-rc01'
|
||||
implementation 'androidx.preference:preference:1.1.0-alpha04'
|
||||
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
|
||||
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion"
|
||||
implementation "com.squareup.retrofit2:adapter-rxjava2:$retrofitVersion"
|
||||
|
|
Loading…
Reference in a new issue