1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-28 15:21:30 +00:00

Update Android files in form_ap (#1016)

This commit is contained in:
Miguel Beltran
2022-02-18 02:20:43 +01:00
committed by GitHub
parent 515cdc1d5d
commit 24dcdb6ac0
7 changed files with 31 additions and 18 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')
}