Skip to content

Commit

Permalink
chore: update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Oct 24, 2024
1 parent bef6135 commit eb1a149
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,10 @@ if ((jvmVersion?.toInteger() ?: 17) < 17) {
println("\n\n\n")
println("**************************************************************************************************************")
println("\n\n\n")
println("ERROR: React Native Firebase builds with JVM version 17 or 21.")
println("ERROR: React Native Firebase builds with a minimum JVM version 17. We test with JVM 17 and 21.")
println(" Incompatible major version detected: '" + jvmVersion + "'")
println("\n\n\n")
println(" If you receive this error because you want to use a different JDK, we may accept PRs to support new versions.")
println(" Edit the main build.gradle file, find this message in the file, and add support for the new version.")
println("\n\n\n")
println("**************************************************************************************************************")
println("\n\n\n")
Expand Down

0 comments on commit eb1a149

Please sign in to comment.