aboutsummaryrefslogtreecommitdiff
path: root/android/app/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-03-05 12:07:51 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-03-05 12:07:51 +0100
commit7c365cd35a4222e9fa92e61206c12bc79db24faa (patch)
treee57ac3c74800fbb0460b15e217765ee72addb5f7 /android/app/src/debug/AndroidManifest.xml
parent6bd6722a5ff2c654f0f6103852b95ca8e80526a4 (diff)
Update android project
Diffstat (limited to 'android/app/src/debug/AndroidManifest.xml')
-rw-r--r--android/app/src/debug/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 457869c..b701ebb 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.example.kulinar_app">
+ package="com.davidpenkowoj.kulinar_app">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.