1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 06:48:26 +00:00

Update Android files in jsonexample (#1018)

This commit is contained in:
Miguel Beltran
2022-02-18 02:19:28 +01:00
committed by GitHub
parent 8c48dcdd49
commit a89f1e0b5c
6 changed files with 23 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@@ -14,13 +14,15 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}