Skip to content

Commit

Permalink
chore: add change missing from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 29, 2024
1 parent 2cb75fa commit b3d2321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/supertokens/session/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@

public class Version {
public static ArrayList<String> supported_fdi = new ArrayList<>(
Arrays.asList("1.16", "1.17", "1.18", "1.19", "2.0", "3.0"));
Arrays.asList("1.16", "1.17", "1.18", "1.19", "2.0", "3.0", "3.1", "4.0"));
}

0 comments on commit b3d2321

Please sign in to comment.