remove redundant info from AndroidManifest

This commit is contained in:
Kay Faraday 2023-06-08 21:43:44 +00:00
parent 035d7f2610
commit d48892751d
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +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="quest.faraday.tip_calculator"
android:versionCode="3"
android:versionName="1.0.2">
xmlns:tools="http://schemas.android.com/tools">
<application
android:allowBackup="true"