1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Update Android files in isolate_example (#1017)

This commit is contained in:
Miguel Beltran
2022-02-18 02:20:00 +01:00
committed by GitHub
parent a89f1e0b5c
commit 515cdc1d5d
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')
}