Skip to content

Commit

Permalink
Merge pull request #91 from NordicSemiconductor/predictive-back
Browse files Browse the repository at this point in the history
Enabling predictive back
  • Loading branch information
philips77 authored Dec 5, 2024
2 parents 8c44b45 + 091363f commit eb680ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:enableOnBackInvokedCallback="true"
android:theme="@style/NordicTheme"
tools:targetApi="33">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import no.nordicsemi.android.common.ui.view.RssiIcon
import no.nordicsemi.android.scanner.R

@Composable
internal fun DeviceListItem(
fun DeviceListItem(
name: String?,
address: String,
modifier: Modifier = Modifier,
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyResolutionManagement {
}
versionCatalogs {
create("libs") {
from("no.nordicsemi.android.gradle:version-catalog:2.5-2")
from("no.nordicsemi.android.gradle:version-catalog:2.5-3")
}
}
}
Expand Down

0 comments on commit eb680ba

Please sign in to comment.