Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Sep 21, 2023
1 parent d371894 commit 58887a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shared/impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion shared/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 58887a0

Please sign in to comment.