File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/tech/httptoolkit/android Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
4949 implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
5050 implementation ' me.dm7.barcodescanner:zxing:1.9.13'
51- implementation ' com.beust:klaxon:5.0.1 '
51+ implementation ' com.beust:klaxon:5.5 '
5252 implementation ' com.squareup.okhttp3:okhttp:4.3.0'
5353 implementation ' com.google.android.material:material:1.1.0-beta02'
5454 implementation ' net.swiftzer.semver:semver:1.1.1'
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import android.os.Parcelable
44import android.util.Base64
55import android.util.Log
66import com.beust.klaxon.Converter
7+ import com.beust.klaxon.Json
78import com.beust.klaxon.JsonValue
89import kotlinx.android.parcel.Parcelize
910import java.io.ByteArrayInputStream
@@ -32,6 +33,7 @@ data class ProxyInfo(
3233 * direct network connection, since it's dependent on the ADB server, but it's a useful fallback
3334 * especially if the proxy computer has a firewall or the network blocks connections.
3435 */
36+ @Json(serializeNull = false )
3537 val localTunnelPort : Int? ,
3638
3739 /* *
You can’t perform that action at this time.
0 commit comments