Skip to content

Commit

Permalink
Update supported OpenJDK and Android versions
Browse files Browse the repository at this point in the history
From android/build.gradle, androidMinSdkVersion is set to 19.
build.gradle references OpenJDK 8 as the minimum version.
  • Loading branch information
tweksteen committed Aug 7, 2024
1 parent 655ad50 commit cce32c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ similar performance.

Download
-------------
Conscrypt supports **Java 7** or later on OpenJDK and **Gingerbread (API Level
9)** or later on Android. The build artifacts are available on Maven Central.
Conscrypt supports **Java 8** or later on OpenJDK and **KitKat (API Level
19)** or later on Android. The build artifacts are available on Maven Central.

### Download JARs
You can download
Expand Down

0 comments on commit cce32c8

Please sign in to comment.