println
This commit is contained in:
parent
0c687003e1
commit
5edecf8b02
|
|
@ -56,7 +56,7 @@ android {
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
|
|
||||||
print(flutter.minSdkVersion)
|
println("minSdkVersion: $flutter.minSdkVersion")
|
||||||
|
|
||||||
// flet: split_per_abi {% if not cookiecutter.split_per_abi %}
|
// flet: split_per_abi {% if not cookiecutter.split_per_abi %}
|
||||||
ndk {
|
ndk {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue