Skip to content

Commit 77003df

Browse files
committed
feat: Add internet permission and update project JDK
This commit introduces the internet permission to the app manifest and updates the project's JDK level. Changes: - Added the `android.permission.INTERNET` permission to the `AndroidManifest.xml` file. - Updated the project's JDK level to `JDK_21` in the `.idea/misc.xml` file.
1 parent 7b1f1e2 commit 77003df

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools">
44

5+
<uses-permission android:name="android.permission.INTERNET" />
6+
57
<application
68
android:allowBackup="true"
79
android:dataExtractionRules="@xml/data_extraction_rules"

0 commit comments

Comments
 (0)