1 parent 8021fa3 commit 42cdc08Copy full SHA for 42cdc08
2 files changed
app/build.gradle
@@ -32,6 +32,7 @@ android {
32
}
33
34
35
+ namespace 'com.dora.myapplication'
36
37
38
dependencies {
app/src/main/AndroidManifest.xml
@@ -1,7 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- xmlns:tools="http://schemas.android.com/tools"
4
- package="com.dora.myapplication">
+ xmlns:tools="http://schemas.android.com/tools">
5
6
<uses-permission android:name="android.permission.INTERNET" /> <!-- // needed for new scopedStorage save -->
7
<uses-permission android:name="android.permission.ACCESS_MEDIA_LOCATION" />
0 commit comments