Skip to content

Commit

Permalink
Remove redundant version code and name specification
Browse files Browse the repository at this point in the history
  • Loading branch information
emartynov authored and florina-muntenescu committed Dec 20, 2019
1 parent 141b1cd commit b3e0473
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions third_party/bypass/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit b3e0473

Please sign in to comment.