We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ed308 commit e974cb2Copy full SHA for e974cb2
2 files changed
snippets/app-ktx/src/main/AndroidManifest.xml
@@ -16,7 +16,7 @@
16
-->
17
18
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
19
-
+ <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
20
<application
21
android:allowBackup="true"
22
android:icon="@mipmap/ic_launcher"
tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
compileSdk = "36"
3
gradle = "8.10.1"
4
kotlinGradlePlugin = "2.0.0"
5
-minSdk = "21"
+minSdk = "23"
6
secretsGradlePlugin = "2.0.1"
7
targetSdk = "36"
8
versionCode = "1"
0 commit comments