mirror of
https://github.com/nickbutcher/plaid.git
synced 2026-03-13 08:31:10 +08:00
Remove redundant version code and name specification
This commit is contained in:
committed by
Florina Muntenescu
parent
141b1cd1ba
commit
b3e0473bf2
@@ -1,8 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="in.uncod.android.bypass"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
package="in.uncod.android.bypass">
|
||||
|
||||
<application android:label="@string/app_name" >
|
||||
</application>
|
||||
|
||||
Reference in New Issue
Block a user