We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flutter_boost: git: url: 'https://github.com/alibaba/flutter_boost.git' ref: '1.12.13+1'
flutter : v1.12.13-hotfixes
使用了AndroidX
下面的代码添加过,不起作用 rootProject.buildDir = '../build' subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" project.evaluationDependsOn(':app') }
这个代码也注释掉了,不起作用 // applicationVariants.all { variant -> // variant.outputs.all {
有大神可以解答一下吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: '1.12.13+1'
flutter : v1.12.13-hotfixes
使用了AndroidX
下面的代码添加过,不起作用
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
project.evaluationDependsOn(':app')
}
这个代码也注释掉了,不起作用
// applicationVariants.all { variant ->
// variant.outputs.all {
有大神可以解答一下吗
The text was updated successfully, but these errors were encountered: