1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-13 10:00:49 +01:00

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" applicationId "com.stonegate.tsacdop"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode flutterVersionCode.toInteger() versionCode 2
versionName flutterVersionName versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

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