Skip to content

Commit e1e2689

Browse files
Document support up until java 25
1 parent 14dcc28 commit e1e2689

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/md/manual/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ Yes, you can. **ProGuard** itself is distributed under the GPL, but this
6868
doesn't affect the programs that you process. Your code remains yours, and its
6969
license can remain the same.
7070

71-
## Does ProGuard work with Java 2, 5,..., 19? {: #jdk1.4}
71+
## Does ProGuard work with Java 2, 5,..., 25? {: #jdk1.4}
7272

73-
Yes, **ProGuard** supports all JDKs from 1.1 up to and including 19. Java 2
73+
Yes, **ProGuard** supports all JDKs from 1.1 up to and including 25. Java 2
7474
introduced some small differences in the class file format. Java 5 added
7575
attributes for generics and for annotations. Java 6 introduced optional
7676
preverification attributes. Java 7 made preverification obligatory and

docs/md/manual/languages/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
!!! Warning
44
ProGuard no longer supports backporting, and cannot backport class files compiled with Java >11.
55

6-
Provide supports Java versions up to and including 19.
6+
Provide supports Java versions up to and including 25.

0 commit comments

Comments
 (0)