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 0c8db62 commit 9746e1fCopy full SHA for 9746e1f
pom.xml
@@ -112,7 +112,7 @@
112
<dependency>
113
<groupId>org.apache.maven.plugins</groupId>
114
<artifactId>maven-scm-plugin</artifactId>
115
- <version>1.9.1</version>
+ <version>1.9.2</version>
116
</dependency>
117
</dependencies>
118
<configuration>
src/main/java/cn/jpush/api/device/package-info.java
@@ -0,0 +1,6 @@
1
+/**
2
+ * Devices API features.
3
+ *
4
+ * Url: https://device.jpush.cn/v3/devices
5
+ */
6
+package cn.jpush.api.device;
0 commit comments