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 71bf400 commit 3e2bc94Copy full SHA for 3e2bc94
README.md
@@ -265,19 +265,6 @@ This SDK is compatible with the following JDK versions:
265
|-------------|-------------------------|
266
| v1.x | JDK 8 and above |
267
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
281
## 💡 Learn more
282
283
The following sections in our main documentation website may interest you:
0 commit comments