gradle Flutter 3.0 minkSdkVersion [duplicate]

bxgwgixi  于 2023-11-18  发布在  Flutter
关注(0)|答案(1)|浏览(152)

此问题在此处已有答案

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吗?
我试着寻找其他答案,但没有成功

bgibtngc

bgibtngc1#

该文件位于:
第一个月
您可以更改minSdkVersion

相关问题