We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfde3fb + 84a8cca commit e30c6e8Copy full SHA for e30c6e8
androidApp/src/main/AndroidManifest.xml
@@ -5,7 +5,8 @@
5
android:allowBackup="false"
6
android:supportsRtl="true"
7
android:theme="@style/AppTheme">
8
- <activity android:name=".MainActivity">
+ <activity android:name=".MainActivity"
9
+ android:exported="true">
10
<intent-filter>
11
<action android:name="android.intent.action.MAIN"/>
12
<category android:name="android.intent.category.LAUNCHER"/>
build.gradle.kts
@@ -5,8 +5,8 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
- classpath("com.android.tools.build:gradle:7.2.1")
+ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
+ classpath("com.android.tools.build:gradle:7.2.2")
0 commit comments