1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-07-30 13:10:45 +00:00
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-06-28 17:43:29 +02:00
parent 6f33e2a1c3
commit 939dcd24d3
49 changed files with 1433 additions and 366 deletions

View File

@ -51,6 +51,12 @@ android {
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// Languages
def locales = ["en", "fr"]
buildConfigField "String[]", "LOCALES", "new String[]{\""+locales.join("\",\"")+"\"}"
resConfigs locales
}
buildTypes {
@ -143,4 +149,4 @@ dependencies {
testImplementation "androidx.room:room-testing:$room_version"
}
}