Skip to content

Commit

Permalink
Updates version code because the Google Play Store won't let me push …
Browse files Browse the repository at this point in the history
…a version to Production that's the same version code as one in Beta...
  • Loading branch information
wardellbagby committed Feb 12, 2016
1 parent 8d390ec commit 3aac794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.mrchandler.disableprox"
android:versionCode="6"
android:versionCode="7"
android:versionName="2.0">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 3aac794

Please sign in to comment.