diff options
author | pacien | 2023-01-06 19:27:23 +0100 |
---|---|---|
committer | pacien | 2023-01-06 20:02:19 +0100 |
commit | dd3fd370f63a20a77be2ddb1e8a1623d1618df45 (patch) | |
tree | dee53382af4f6c2d52825b68521432640761b410 /app/build.gradle | |
parent | 556841c490b087cdb652c6d9a0f47daa1bb394d1 (diff) | |
download | tincapp-dd3fd370f63a20a77be2ddb1e8a1623d1618df45.tar.gz |
manifest: move namespace to build.gradle
Recommended and performed by Android Studio's Upgrade Assistant.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index c151917..4931020 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -81,6 +81,8 @@ android { | |||
81 | ] | 81 | ] |
82 | } | 82 | } |
83 | } | 83 | } |
84 | |||
85 | namespace 'org.pacien.tincapp' | ||
84 | } | 86 | } |
85 | 87 | ||
86 | dependencies { | 88 | dependencies { |