We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08631fe commit 9983e9dCopy full SHA for 9983e9d
README.md
@@ -21,7 +21,7 @@ repositories {
21
maven { url "https://jitpack.io" }
22
}
23
dependencies {
24
- compile 'com.github.forresthopkinsa:StompProtocolAndroid:17.10.0'
+ compile 'com.github.forresthopkinsa:StompProtocolAndroid:17.11.0'
25
26
```
27
lib/src/main/AndroidManifest.xml
@@ -1,4 +1,4 @@
1
-<manifest package="ua.naiksoftware.stomp">
+<manifest package="com.github.forresthopkinsa">
2
3
<application />
4
0 commit comments