Skip to content

Commit 60d9b9e

Browse files
author
Jason Feinstein
committed
Bump version number in README.md
1 parent acdfc36 commit 60d9b9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

2929
```groovy
30-
debugCompile 'com.github.jasonwyatt:Android-DebugPort:1.0.1'
31-
testCompile 'com.github.jasonwyatt:Android-DebugPort:1.0.1'
32-
releaseCompile 'com.github.jasonwyatt:Android-DebugPort-NOOP:1.0.1'
30+
debugCompile 'com.github.jasonwyatt:Android-DebugPort:1.1.0'
31+
testCompile 'com.github.jasonwyatt:Android-DebugPort:1.1.0'
32+
releaseCompile 'com.github.jasonwyatt:Android-DebugPort-NOOP:1.1.0'
3333
```
3434

3535
**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.

0 commit comments

Comments
 (0)