Skip to content

Commit

Permalink
Fix broken DNS lookups on production builds optimized with R8
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjwood committed Feb 24, 2020
1 parent e8b9ea5 commit 9825fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 57
versionName "2.2.12"
versionCode 58
versionName "2.2.13"
applicationId "com.aaronjwood.portauthority"
setProperty("archivesBaseName", "PortAuthority-$versionName")
}
Expand Down
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-keep class org.xbill.** { *; }

0 comments on commit 9825fd0

Please sign in to comment.