We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a831b commit 346520bCopy full SHA for 346520b
example/android/build.gradle
@@ -2,7 +2,7 @@ buildscript {
2
ext.kotlin_version = '1.6.10'
3
repositories {
4
google()
5
- jcenter()
+ mavenCentral()
6
}
7
8
dependencies {
@@ -14,15 +14,13 @@ buildscript {
14
allprojects {
15
16
17
18
19
20
21
rootProject.buildDir = '../build'
22
subprojects {
23
project.buildDir = "${rootProject.buildDir}/${project.name}"
24
-}
25
-subprojects {
26
project.evaluationDependsOn(':app')
27
28
0 commit comments