File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 10
10
android : roundIcon =" @mipmap/ic_launcher_round"
11
11
android : supportsRtl =" true"
12
12
android : theme =" @style/Theme.Coroutines" >
13
- <activity android : name =" .MainActivity" >
13
+ <activity android : name =" .MainActivity"
14
+ android : exported =" true" >
14
15
<intent-filter >
15
16
<action android : name =" android.intent.action.MAIN" />
16
17
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = " 1.4.32 "
3
+ ext. kotlin_version = " 1.6.20 "
4
4
repositories {
5
+ mavenCentral()
5
6
google()
6
- jcenter()
7
7
}
8
8
dependencies {
9
- classpath " com.android.tools.build:gradle:4 .1.3"
9
+ classpath ' com.android.tools.build:gradle:7 .1.3'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
@@ -16,8 +16,8 @@ buildscript {
16
16
17
17
allprojects {
18
18
repositories {
19
+ mavenCentral()
19
20
google()
20
- jcenter()
21
21
}
22
22
}
23
23
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
You can’t perform that action at this time.
0 commit comments