Skip to content

Commit c1a190c

Browse files
committed
bump firestack version for v055t
1 parent e718ce3 commit c1a190c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/java/com/celzero/bravedns/service/ConnectionMonitor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ class ConnectionMonitor(private val networkListener: NetworkListener, private va
459459
if (DEBUG) Logger.v(LOG_TAG_CONNECTION, "sendNetworkChanges, channel closed? ${channel.isClosedForSend} msg: ${msg.msgType}, force: ${msg.isForceUpdate}, test: ${msg.testReachability}, stall: ${msg.stallOnNoNetwork}, useAutoChecks: ${msg.useAutoConnectivityChecks}, networks: ${msg.networkSet.size}")
460460
try {
461461
channel.send(msg)
462-
} catch(e: Exception) {
462+
} catch (e: Exception) {
463463
Logger.e(LOG_TAG_CONNECTION, "sendNetworkChanges, err while sending message to channel", e)
464464
}
465465
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ android.nonFinalResIds=true
2727
# Version code for this module (51 for v055s)
2828
VERSION_CODE=51
2929
# option to download firestack version, options: github, jitpack, ossrh
30-
firestackRepo=ossrh
31-
firestackCommit=63ec3f2b55
30+
firestackRepo=github
31+
firestackCommit=15d44762c5

0 commit comments

Comments
 (0)