File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 30
30
~ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
31
-->
32
32
33
- <manifest xmlns : tools =" http://schemas.android.com/tools"
34
- xmlns : android =" http://schemas.android.com/apk/res/android" >
33
+ <manifest
34
+ xmlns : android =" http://schemas.android.com/apk/res/android"
35
+ xmlns : tools =" http://schemas.android.com/tools" >
35
36
36
37
<!--
37
38
This permission allows displaying foreground service notification.
47
48
android : label =" @string/app_name"
48
49
android : roundIcon =" @mipmap/ic_launcher_round"
49
50
android : supportsRtl =" true"
50
- android : theme =" @style/NordicTheme" >
51
+ android : enableOnBackInvokedCallback =" true"
52
+ android : theme =" @style/NordicTheme"
53
+ tools : targetApi =" tiramisu" >
54
+
51
55
<activity
52
56
android : name =" .MainActivity"
53
57
android : exported =" true"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencyResolutionManagement {
16
16
}
17
17
versionCatalogs {
18
18
create(" libs" ) {
19
- from(" no.nordicsemi.android.gradle:version-catalog:2.5-1 " )
19
+ from(" no.nordicsemi.android.gradle:version-catalog:2.5-4 " )
20
20
}
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments