File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ val keystoreProperties = Properties().apply {
1818android {
1919 namespace = " dev.shtanko.flutter_bloc_app_template"
2020 compileSdk = flutter.compileSdkVersion
21- // ndkVersion = flutter.ndkVersion
22- ndkVersion = " 27.0.12077973"
23-
21+ ndkVersion = flutter.ndkVersion
2422 compileOptions {
2523 sourceCompatibility = JavaVersion .VERSION_11
2624 targetCompatibility = JavaVersion .VERSION_11
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
1818
1919plugins {
2020 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
21- id(" com.android.application" ) version " 8.13.1 " apply false
21+ id(" com.android.application" ) version " 8.13.2 " apply false
2222 id(" org.jetbrains.kotlin.android" ) version " 2.2.21" apply false
2323}
2424
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: The project of the empty template with Flutter has built the basic
33
44publish_to : ' none'
55
6- version : 1.0.0 +1
6+ version : 1.0.1 +1
77
88environment :
99 sdk : " >=3.2.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments