Skip to content

Commit

Permalink
Downgrade DnsJava
Browse files Browse the repository at this point in the history
DnsJava 3.x crashes on devices without java.nio.file.Paths, which
desugar doesn't help with. Until minSdk is 26-ish (Android O), we should
continue using the 2.x version.
  • Loading branch information
ahmedre committed Nov 24, 2024
1 parent 13867f9 commit 491d2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anvil = "0.4.0"
coroutinesVersion = "1.9.0"
crashlytics = "3.0.2"
daggerVersion = "2.52"
dnsjavaVersion = "3.6.2"
dnsjavaVersion = "2.1.9"
errorprone = "4.1.0"
errorproneCoreVersion = "2.36.0"
googleServices = "4.4.2"
Expand Down

0 comments on commit 491d2f0

Please sign in to comment.