File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
android : allowBackup =" false"
6
6
android : supportsRtl =" true"
7
7
android : theme =" @style/AppTheme" >
8
- <activity android : name =" .MainActivity" >
8
+ <activity android : name =" .MainActivity"
9
+ android : exported =" true" >
9
10
<intent-filter >
10
11
<action android : name =" android.intent.action.MAIN" />
11
12
<category android : name =" android.intent.category.LAUNCHER" />
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21 " )
9
- classpath(" com.android.tools.build:gradle:7.2.1 " )
8
+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22 " )
9
+ classpath(" com.android.tools.build:gradle:7.2.2 " )
10
10
}
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments