All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.malinskiy.marathon.config.vendor.android.AdbEndpoint.kt Maven / Gradle / Ivy

package com.malinskiy.marathon.config.vendor.android

data class AdbEndpoint(
    val host: String = "127.0.0.1",
    val port: Int = 5037,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy