Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w-shackleton committed Feb 28, 2015
1 parent 6b83600 commit a2ea6a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions androidnetspoof/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.digitalsquid.netspoofer"
android:versionCode="211"
android:versionName="2.1.1">
android:versionCode="220"
android:versionName="2.2.0">
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
4 changes: 1 addition & 3 deletions androidnetspoof/src/main/res/values/dialogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
<string name="agreementPositive">Agree</string>
<string name="agreementNegative">Exit</string>
<string name="changelog">New in this release:\n
* More device support\n
* Faster spoofing\n
* Better network scanning
* Experimental Lollipop support
</string>

<string name="updateAvailableTitle">Update Available</string>
Expand Down

0 comments on commit a2ea6a9

Please sign in to comment.