File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3030 ~ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131 -->
3232
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" >
3536
3637 <!--
3738 This permission allows displaying foreground service notification.
4748 android : label =" @string/app_name"
4849 android : roundIcon =" @mipmap/ic_launcher_round"
4950 android : supportsRtl =" true"
50- android : theme =" @style/NordicTheme" >
51+ android : enableOnBackInvokedCallback =" true"
52+ android : theme =" @style/NordicTheme"
53+ tools : targetApi =" tiramisu" >
54+
5155 <activity
5256 android : name =" .MainActivity"
5357 android : exported =" true"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencyResolutionManagement {
1616 }
1717 versionCatalogs {
1818 create(" libs" ) {
19- from(" no.nordicsemi.android.gradle:version-catalog:2.5-1 " )
19+ from(" no.nordicsemi.android.gradle:version-catalog:2.5-4 " )
2020 }
2121 }
2222}
You can’t perform that action at this time.
0 commit comments