Skip to content

Commit db9ea3d

Browse files
author
Jason Feinstein
committed
Update readme with new version info.
1 parent 9038a81 commit db9ea3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ allprojects {
2222
In your application's `build.gradle` file, add a dependency for Android DebugPort:
2323

2424
```groovy
25-
debugCompile 'com.github.jasonwyatt:Android-DebugPort:0.3.1'
26-
testCompile 'com.github.jasonwyatt:Android-DebugPort:0.3.1'
27-
releaseCompile 'com.github.jasonwyatt:Android-DebugPort-NOOP:0.3.1'
25+
debugCompile 'com.github.jasonwyatt:Android-DebugPort:0.4'
26+
testCompile 'com.github.jasonwyatt:Android-DebugPort:0.4'
27+
releaseCompile 'com.github.jasonwyatt:Android-DebugPort-NOOP:0.4'
2828
```
2929

3030
**Note:** The final line above will use a [no-op version of the DebugPort library](https://github.com/jasonwyatt/Android-DebugPort-NOOP) in production builds. This makes it impossible for people to run the DebugPort server on a production build.
@@ -66,7 +66,7 @@ Once started, you should see in the logs some information about where you can po
6666
Trying 192.168.2.83...
6767
Connected to 192.168.2.83.
6868
Escape character is '^]'.
69-
BeanShell 1.3.0 - by Pat Niemeyer (pat@pat.net)
69+
BeanShell 2.0b5 - by Pat Niemeyer (pat@pat.net)
7070
bsh %
7171

7272
There are a few built in commands, to see what they are, run `help();`

0 commit comments

Comments
 (0)