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:
parent
1ed2ca3ac0
commit
fc5f25b210
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user