Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w-shackleton committed Oct 16, 2015
1 parent 5545477 commit c45f4a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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="230"
android:versionName="2.3.0" >
android:versionCode="240"
android:versionName="2.4.0" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
3 changes: 1 addition & 2 deletions androidnetspoof/src/main/res/values/dialogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
<string name="agreementPositive">Agree</string>
<string name="agreementNegative">Exit</string>
<string name="changelog">New in this release:\n
* Experimental Lollipop 5.1 support\n
* Fixed the blue ball machine
* Android Lollipop 5.1 support - more advanced root checking for root apps that are disabled by default.
</string>

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

0 comments on commit c45f4a7

Please sign in to comment.