Skip to content

Commit 42cdc08

Browse files
committed
Upgrade: Gradle Version
1 parent 8021fa3 commit 42cdc08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ android {
3232
}
3333
}
3434
}
35+
namespace 'com.dora.myapplication'
3536
}
3637

3738
dependencies {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.dora.myapplication">
3+
xmlns:tools="http://schemas.android.com/tools">
54

65
<uses-permission android:name="android.permission.INTERNET" /> <!-- // needed for new scopedStorage save -->
76
<uses-permission android:name="android.permission.ACCESS_MEDIA_LOCATION" />

0 commit comments

Comments
 (0)