Commit 6009445 1 parent f80af9d commit 6009445 Copy full SHA for 6009445
File tree 2 files changed +4
-4
lines changed
app/src/main/java/com/zaneschepke/wireguardautotunnel/util/extensions
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ fun TunnelStatistics.PeerStats.handshakeStatus(): HandshakeStatus {
46
46
fun Peer.isReachable (preferIpv4 : Boolean ): Boolean {
47
47
val host =
48
48
if (this .endpoint.isPresent &&
49
- this .endpoint.get().getResolved(preferIpv4) .isPresent
49
+ this .endpoint.get().resolved .isPresent
50
50
) {
51
- this .endpoint.get().getResolved(preferIpv4) .get().host
51
+ this .endpoint.get().resolved .get().host
52
52
} else {
53
53
Constants .DEFAULT_PING_IP
54
54
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
accompanist = " 0.37.0"
3
3
activityCompose = " 1.10.0"
4
- amneziawgAndroid = " 1.2.6 "
4
+ amneziawgAndroid = " 1.2.8 "
5
5
androidx-junit = " 1.2.1"
6
6
appcompat = " 1.7.0"
7
7
biometricKtx = " 1.2.0-alpha05"
@@ -19,7 +19,7 @@ navigationCompose = "2.8.7"
19
19
pinLockCompose = " 1.0.4"
20
20
roomVersion = " 2.6.1"
21
21
timber = " 5.0.1"
22
- tunnel = " 1.2.2 "
22
+ tunnel = " 1.2.4 "
23
23
androidGradlePlugin = " 8.8.0-alpha05"
24
24
kotlin = " 2.1.10"
25
25
ksp = " 2.1.10-1.0.30"
You can’t perform that action at this time.
0 commit comments