Skip to content

Commit

Permalink
Merge pull request #10 from AliElDerawi/enhancements
Browse files Browse the repository at this point in the history
feat: Remove the package declaration from the manifest file.
  • Loading branch information
AliElDerawi authored Jan 4, 2025
2 parents 104e713 + 91497a4 commit b9df44a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.udacity.shoestore">
xmlns:tools="http://schemas.android.com/tools">

<application
android:name=".utils.ShoeStoreApp"
Expand Down

0 comments on commit b9df44a

Please sign in to comment.