We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b7167 commit 4c10ff5Copy full SHA for 4c10ff5
2 files changed
README.md
@@ -29,7 +29,7 @@ Add it in your root build.gradle at the end of repositories:
29
Step 2. Add the dependency
30
31
dependencies {
32
- implementation 'com.github.dbchar:zoomapi-java:0.0.1'
+ implementation 'com.github.dbchar:zoomapi-java:0.0.2'
33
}
34
35
@@ -49,7 +49,7 @@ Step 2. Add the dependency
49
<dependency>
50
<groupId>com.github.dbchar</groupId>
51
<artifactId>zoomapi-java</artifactId>
52
- <version>0.0.1</version>
+ <version>0.0.2</version>
53
</dependency>
54
55
## Usage
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
11
12
group 'com.github.dbchar'
13
-version '1.0'
+version '0.0.2'
14
15
sourceCompatibility = JavaVersion.VERSION_11
16
targetCompatibility = JavaVersion.VERSION_11
0 commit comments