Remove override to configure language

This commit is contained in:
LooKeR
2021-10-08 00:05:03 +05:30
parent f1810cefd6
commit 8231fc8bfb
5 changed files with 2 additions and 43 deletions

View File

@ -29,10 +29,6 @@ android {
versionName '0.3'
vectorDrawables.useSupportLibrary true
def languages = ['en']
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
resConfigs languages
}
sourceSets.all {
@ -113,5 +109,6 @@ dependencies {
implementation 'io.reactivex.rxjava3:rxjava:3.1.1'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
implementation 'io.coil-kt:coil:1.3.2'
implementation 'com.squareup.picasso:picasso:2.71828'
}