remove redundant info from AndroidManifest
This commit is contained in:
parent
035d7f2610
commit
d48892751d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue