Skip to content

Commit 5cc1e39

Browse files
authored
Fixing version numbers displayed in develop README to 1.1.1-SNAPSHOT
1 parent 6189e0d commit 5cc1e39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ repositories {
8080
8181
8282
dependencies {
83-
compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
84-
compile 'org.eclipse.paho:org.eclipse.paho.android.service:1.0.2'
83+
compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.1-SNAPSHOT'
84+
compile 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1-SNAPSHOT'
8585
}
8686
```
87-
__Note:__ currently you have to include the `org.eclipse.paho:org.eclipse.paho.client.mqttv3` dependency as well. We are attempting to get the build to produce an Android `AAR` file that contains both the Android service as well as it's dependencies, however this is still experimental. If you wish to try it, remove the `org.eclipse.paho:org.eclipse.paho.client.mqttv3` dependency and append `@aar` to the end of the Android Service dependency. E.g. `org.eclipse.paho:org.eclipse.paho.android.service:1.0.2@aar`
87+
__Note:__ currently you have to include the `org.eclipse.paho:org.eclipse.paho.client.mqttv3` dependency as well. We are attempting to get the build to produce an Android `AAR` file that contains both the Android service as well as it's dependencies, however this is still experimental. If you wish to try it, remove the `org.eclipse.paho:org.eclipse.paho.client.mqttv3` dependency and append `@aar` to the end of the Android Service dependency. E.g. `org.eclipse.paho:org.eclipse.paho.android.service:1.1.1-SNAPSHOT@aar`
8888

8989
If you find that there is functionality missing or bugs in the release version, you may want to try using the snapshot version to see if this helps before raising a feature request or an issue.
9090

0 commit comments

Comments
 (0)