Skip to content

Commit 6d1d306

Browse files
committed
Enabling predictive back
1 parent 8c44b45 commit 6d1d306

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
android:label="@string/app_name"
1010
android:roundIcon="@mipmap/ic_launcher_round"
1111
android:supportsRtl="true"
12+
android:enableOnBackInvokedCallback="true"
1213
android:theme="@style/NordicTheme"
1314
tools:targetApi="33">
1415

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencyResolutionManagement {
1616
}
1717
versionCatalogs {
1818
create("libs") {
19-
from("no.nordicsemi.android.gradle:version-catalog:2.5-2")
19+
from("no.nordicsemi.android.gradle:version-catalog:2.5-3")
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)