mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-12 18:39:20 +00:00
Remove override to configure language
This commit is contained in:
@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user