此问题在此处已有答案:
Flutter : How to change Android minSdkVersion in Flutter Project?(27个回答)
24天前关闭
我试图在Flutter项目中找到flutter.minkSdkVersion
。我希望在flutter_tools/gradle/flutter.gradle
中找到它,但它不在那里。
下面是flutter.gradle
文件的内容:
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file exists solely for the compatibility with projects that have
// not migrated to the declarative apply of the Flutter Gradle Plugin.
def pathToThisDirectory = buildscript.sourceFile.parentFile
apply from: "$pathToThisDirectory/src/main/groovy/flutter.groovy"
字符串
有人知道在哪里可以找到flutter.minkSdkVersion
吗?
我试着寻找其他答案,但没有成功
1条答案
按热度按时间bgibtngc1#
该文件位于:
第一个月
您可以更改
minSdkVersion