File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add the following to your build.gradle file in the root of your project.
31
31
...
32
32
dependencies {
33
33
...
34
- compile group: 'com.socketlabs', name: 'injectionApi', version: '1.0.4 '
34
+ compile group: 'com.socketlabs', name: 'injectionApi', version: '1.0.5 '
35
35
}
36
36
37
37
repositories {
@@ -46,19 +46,19 @@ repositories {
46
46
<dependency>
47
47
<groupId>com.socketlabs</groupId>
48
48
<artifactId>injectionApi</artifactId>
49
- <version>1.0.4 </version>
49
+ <version>1.0.5 </version>
50
50
</dependency>
51
51
```
52
52
53
53
### via jar file
54
54
55
- You can just drop the jar file in.
55
+ You can just drop the jar file in.
56
56
57
- [ injectionApi-1.0.4 .jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.4 /injectionApi-1.0.4 .jar )
57
+ [ injectionApi-1.0.5 .jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.5 /injectionApi-1.0.5 .jar )
58
58
59
- [ injectionApi-1.0.4 -sources.jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.4 /injectionApi-1.0.4 -sources.jar )
59
+ [ injectionApi-1.0.5 -sources.jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.5 /injectionApi-1.0.5 -sources.jar )
60
60
61
- [ injectionApi-1.0.4 -javadoc.jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.4 /injectionApi-1.0.4 -javadoc.jar )
61
+ [ injectionApi-1.0.5 -javadoc.jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.5 /injectionApi-1.0.5 -javadoc.jar )
62
62
63
63
Alternately, you can simply [ clone this repository] ( https://github.com/socketlabs/socketlabs-java.git ) directly to include the source code in your project.
64
64
You can’t perform that action at this time.
0 commit comments