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/src/main/AndroidManifest.xml | |
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/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 662af62..c46ad03 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -19,8 +19,7 @@ | |||
19 | --> | 19 | --> |
20 | 20 | ||
21 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 21 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
22 | xmlns:tools="http://schemas.android.com/tools" | 22 | xmlns:tools="http://schemas.android.com/tools"> |
23 | package="org.pacien.tincapp"> | ||
24 | 23 | ||
25 | <uses-permission android:name="android.permission.INTERNET" /> | 24 | <uses-permission android:name="android.permission.INTERNET" /> |
26 | 25 | ||