Skip to content

Commit 3e2bc94

Browse files
committed
removed extra space
1 parent 71bf400 commit 3e2bc94

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -265,19 +265,6 @@ This SDK is compatible with the following JDK versions:
265265
|-------------|-------------------------|
266266
| v1.x | JDK 8 and above |
267267

268-
### Recommended Java Version
269-
For optimal performance and security, we recommend using **Java 11 or later**.
270-
271-
Ensure that your project is set to a compatible Java version in your `build.gradle`:
272-
273-
```gradle
274-
java {
275-
sourceCompatibility = JavaVersion.VERSION_1_8 // or JavaVersion.VERSION_11
276-
targetCompatibility = JavaVersion.VERSION_1_8 // or JavaVersion.VERSION_11
277-
}
278-
279-
280-
281268
## 💡 Learn more
282269

283270
The following sections in our main documentation website may interest you:

0 commit comments

Comments
 (0)