Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev
This commit is contained in:
commit
5950c6d53c
2 changed files with 6 additions and 2 deletions
|
@ -48,8 +48,8 @@ buildscript {
|
|||
play_services_wearable_version = '17.1.0'
|
||||
play_services_location_version = '21.0.1'
|
||||
|
||||
kotlinx_datetime_version = '0.3.2'
|
||||
kotlinx_serialization_core_version = '1.3.2'
|
||||
kotlinx_datetime_version = '0.4.0'
|
||||
kotlinx_serialization_core_version = '1.4.1'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
|
|
|
@ -73,3 +73,7 @@ files:
|
|||
translation: /implementation/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /ui/src/main/res/values/strings.xml
|
||||
translation: /ui/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /plugins/sync/src/main/res/values/strings.xml
|
||||
translation: /plugins/sync/src/main/res/values-%android_code%/strings.xml
|
||||
translate_attributes: 0
|
||||
content_segmentation: 0
|
||||
|
|
Loading…
Reference in a new issue