add preferred content language selection

followup to 0b5a8e69fb
This commit is contained in:
2022-03-04 20:29:37 +01:00
parent a51001ec2e
commit e8bf63a666
5 changed files with 101 additions and 18 deletions

View File

@ -76,6 +76,10 @@ dependencies {
implementation 'com.github.kittinunf.fuel:fuel-android:2.3.1'
implementation 'com.github.kittinunf.fuel:fuel-json:2.3.1'
// TODO replace fuel with ktor
implementation "io.ktor:ktor-client-core:$ktor_version"
implementation "io.ktor:ktor-client-android:$ktor_version"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'