modified: android/app/build.gradle

This commit is contained in:
stonegate 2020-04-12 16:11:34 +08:00
parent 1ed2ca3ac0
commit fc5f25b210
2 changed files with 5 additions and 4 deletions

View File

@ -47,7 +47,7 @@ android {
applicationId "com.stonegate.tsacdop"
minSdkVersion 19
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionCode 2
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -22,9 +22,10 @@ rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}
//subprojects {
// project.evaluationDependsOn(':app')
//}
task clean(type: Delete) {
delete rootProject.buildDir