Skip to content

Commit 491d2f0

Browse files
committed
Downgrade DnsJava
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.
1 parent 13867f9 commit 491d2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anvil = "0.4.0"
1414
coroutinesVersion = "1.9.0"
1515
crashlytics = "3.0.2"
1616
daggerVersion = "2.52"
17-
dnsjavaVersion = "3.6.2"
17+
dnsjavaVersion = "2.1.9"
1818
errorprone = "4.1.0"
1919
errorproneCoreVersion = "2.36.0"
2020
googleServices = "4.4.2"

0 commit comments

Comments
 (0)