This commit is contained in:
Milos Kozak 2023-09-21 17:18:24 +02:00
parent d371894858
commit 58887a0886
3 changed files with 2 additions and 6 deletions

View file

@ -3,10 +3,6 @@ files:
translation: /app/src/main/res/values-%android_code%/strings.xml
- source: /wear/src/main/res/values/strings.xml
translation: /wear/src/main/res/values-%android_code%/strings.xml
- source: /app-wear-shared/shared/src/main/res/values/strings.xml
translation: /app-wear-shared/shared/src/main/res/values-%android_code%/strings.xml
- source: /app-wear-shared/shared-impl/src/main/res/values/strings.xml
translation: /app-wear-shared/shared-impl/src/main/res/values-%android_code%/strings.xml
- source: /plugins/aps/src/main/res/values/strings.xml
translation: /plugins/aps/src/main/res/values-%android_code%/strings.xml
- source: /plugins/main/src/main/res/values/strings.xml

View file

@ -14,7 +14,7 @@ apply from: "${project.rootDir}/core/main/jacoco_global.gradle"
android {
namespace 'info.nightscout.shared.impl'
namespace 'app.aaps.shared.impl'
defaultConfig {
minSdkVersion 25 // for wear
}

View file

@ -13,7 +13,7 @@ apply from: "${project.rootDir}/core/main/test_dependencies.gradle"
apply from: "${project.rootDir}/core/main/jacoco_global.gradle"
android {
namespace 'info.nightscout.sharedtests'
namespace 'app.aaps.shared.tests'
}
dependencies {