File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Add the dependency in your `build.gradle`:
20
20
21
21
``` groovy
22
22
dependencies {
23
- implementation 'com.assemblyai:assemblyai-java:0 .x.x'
23
+ implementation 'com.assemblyai:assemblyai-java:1 .x.x'
24
24
}
25
25
```
26
26
@@ -32,7 +32,7 @@ Add the dependency in your `pom.xml`:
32
32
<dependency >
33
33
<groupId >com.assemblyai</groupId >
34
34
<artifactId >assemblyai-java</artifactId >
35
- <version >0 .x.x</version >
35
+ <version >1 .x.x</version >
36
36
</dependency >
37
37
```
38
38
@@ -139,13 +139,6 @@ TranscriptParams params = TranscriptParams.builder()
139
139
.build();
140
140
```
141
141
142
- ## Beta status
143
- This SDK is in beta, and there may be breaking changes between versions
144
- without a major version update. Therefore, we recommend pinning the package
145
- version to a specific version in your build.gradle file. This way, you can
146
- install the same version each time without breaking changes unless you are
147
- intentionally looking for the latest version.
148
-
149
142
## Contributing
150
143
While we value open-source contributions to this SDK, this library
151
144
is generated programmatically. Additions made directly to this library
You can’t perform that action at this time.
0 commit comments