Fix build
This commit is contained in:
@@ -74,7 +74,7 @@ dependencies {
|
||||
implementation(kotlin("stdlib-jdk8", rootProject.extra.get("kotlinVersion").toString()))
|
||||
implementation("androidx.appcompat:appcompat:1.3.0-alpha01") // https://issuetracker.google.com/issues/151603528
|
||||
implementation("androidx.browser:browser:1.2.0")
|
||||
implementation("androidx.core:core-ktx:1.3.0-rc01")
|
||||
implementation("androidx.core:core-ktx:1.3.0")
|
||||
implementation("androidx.emoji:emoji:1.1.0-rc01")
|
||||
implementation("androidx.fragment:fragment-ktx:1.3.0-alpha06")
|
||||
implementation("androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion")
|
||||
|
||||
@@ -214,7 +214,7 @@ class RepeaterManager(private val parent: TetheringFragment) : Manager(), Servic
|
||||
} catch (e: RuntimeException) {
|
||||
Timber.w(e)
|
||||
passphrase = group.passphrase
|
||||
bssid = group.owner?.deviceAddress?.let(MacAddressCompat::fromString)
|
||||
bssid = group.owner?.deviceAddress?.let(MacAddressCompat.Companion::fromString)
|
||||
this to true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user