consolidate plugin modules

This commit is contained in:
Milos Kozak 2022-11-14 23:21:03 +01:00
parent 6ec4f5c4b4
commit aa1151f6af
270 changed files with 9 additions and 9 deletions

View file

@ -192,9 +192,9 @@ dependencies {
implementation project(':interfaces') implementation project(':interfaces')
implementation project(':ui') implementation project(':ui')
implementation project(':plugins:aps') implementation project(':plugins:aps')
implementation project(':automation') implementation project(':plugins:automation')
implementation project(':plugins:main') implementation project(':plugins:main')
implementation project(':openhumans') implementation project(':plugins:openhumans')
implementation project(':implementation') implementation project(':implementation')
implementation project(':database:entities') implementation project(':database:entities')
implementation project(':database:impl') implementation project(':database:impl')

View file

@ -41,16 +41,16 @@ files:
translation: /insight/src/main/res/values-%android_code%/alert_titles.xml translation: /insight/src/main/res/values-%android_code%/alert_titles.xml
- source: /insight/src/main/res/values/exceptions.xml - source: /insight/src/main/res/values/exceptions.xml
translation: /insight/src/main/res/values-%android_code%/exceptions.xml translation: /insight/src/main/res/values-%android_code%/exceptions.xml
- source: /automation/src/main/res/values/strings.xml - source: /plugins/automation/src/main/res/values/strings.xml
translation: /automation/src/main/res/values-%android_code%/strings.xml translation: /plugins/automation/src/main/res/values-%android_code%/strings.xml
- source: /pump/eopatch/src/main/res/values/strings.xml - source: /pump/eopatch/src/main/res/values/strings.xml
translation: /pump/eopatch/src/main/res/values-%android_code%/strings.xml translation: /pump/eopatch/src/main/res/values-%android_code%/strings.xml
- source: /pump/diaconn/src/main/res/values/strings.xml - source: /pump/diaconn/src/main/res/values/strings.xml
translation: /pump/diaconn/src/main/res/values-%android_code%/strings.xml translation: /pump/diaconn/src/main/res/values-%android_code%/strings.xml
- source: /pump/pump-common/src/main/res/values/strings.xml - source: /pump/pump-common/src/main/res/values/strings.xml
translation: /pump/pump-common/src/main/res/values-%android_code%/strings.xml translation: /pump/pump-common/src/main/res/values-%android_code%/strings.xml
- source: /openhumans/src/main/res/values/strings.xml - source: /plugins/openhumans/src/main/res/values/strings.xml
translation: /openhumans/src/main/res/values-%android_code%/strings.xml translation: /plugins/openhumans/src/main/res/values-%android_code%/strings.xml
- source: /implementation/src/main/res/values/strings.xml - source: /implementation/src/main/res/values/strings.xml
translation: /implementation/src/main/res/values-%android_code%/strings.xml translation: /implementation/src/main/res/values-%android_code%/strings.xml
- source: /ui/src/main/res/values/strings.xml - source: /ui/src/main/res/values/strings.xml

View file

@ -20,7 +20,7 @@ dependencies {
implementation project(':app-wear-shared:shared') implementation project(':app-wear-shared:shared')
implementation project(':database:entities') implementation project(':database:entities')
implementation project(':database:impl') implementation project(':database:impl')
implementation project(':automation') implementation project(':plugins:automation')
implementation project(':interfaces') implementation project(':interfaces')
implementation project(':core:core-main') implementation project(':core:core-main')
implementation project(':core:fabric') implementation project(':core:fabric')

Some files were not shown because too many files have changed in this diff Show more