File tree 5 files changed +0
-6
lines changed
5 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ buildscript {
16
16
maven {
17
17
url = uri(" https://plugins.gradle.org/m2/" )
18
18
}
19
- jcenter()
20
19
}
21
20
dependencies {
22
21
classpath(" com.android.tools.build:gradle:4.2.1" )
@@ -62,7 +61,6 @@ subprojects {
62
61
mavenLocal()
63
62
google()
64
63
mavenCentral()
65
- jcenter()
66
64
}
67
65
68
66
tasks.withType<Sign >().configureEach {
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ plugins {
15
15
repositories {
16
16
google()
17
17
mavenCentral()
18
- jcenter()
19
18
}
20
19
21
20
android {
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ plugins {
15
15
16
16
// buildscript {
17
17
// repositories {
18
- // jcenter()
19
18
// google()
20
19
// gradlePluginPortal()
21
20
// }
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ plugins {
15
15
repositories {
16
16
google()
17
17
mavenCentral()
18
- jcenter()
19
18
}
20
19
21
20
android {
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ kotlin.mpp.stability.nowarn=true
11
11
# kotlin.native.cacheKind=none
12
12
# kotlin.native.enableDependencyPropagation=false
13
13
kotlin.native.enableParallelExecutionCheck =false
14
- kotlin.parallel.tasks.in.project =true
15
14
kotlin.setJvmTargetFromAndroidCompileOptions =true
16
15
org.gradle.jvmargs =-Xmx2048m
17
16
org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments