Skip to content

Commit e974cb2

Browse files
committed
chore: permission
1 parent 69ed308 commit e974cb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

snippets/app-ktx/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
19-
19+
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
2020
<application
2121
android:allowBackup="true"
2222
android:icon="@mipmap/ic_launcher"

tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
compileSdk = "36"
33
gradle = "8.10.1"
44
kotlinGradlePlugin = "2.0.0"
5-
minSdk = "21"
5+
minSdk = "23"
66
secretsGradlePlugin = "2.0.1"
77
targetSdk = "36"
88
versionCode = "1"

0 commit comments

Comments
 (0)