diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 6b11aeb..64f7c1b 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -18,9 +18,7 @@ val keystoreProperties = Properties().apply { android { namespace = "dev.shtanko.flutter_bloc_app_template" compileSdk = flutter.compileSdkVersion - //ndkVersion = flutter.ndkVersion - ndkVersion = "27.0.12077973" - + ndkVersion = flutter.ndkVersion compileOptions { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 diff --git a/android/settings.gradle.kts b/android/settings.gradle.kts index 8477e0f..e83cfce 100644 --- a/android/settings.gradle.kts +++ b/android/settings.gradle.kts @@ -18,7 +18,7 @@ pluginManagement { plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" - id("com.android.application") version "8.13.1" apply false + id("com.android.application") version "8.13.2" apply false id("org.jetbrains.kotlin.android") version "2.2.21" apply false } diff --git a/pubspec.yaml b/pubspec.yaml index a16186f..4400eae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: The project of the empty template with Flutter has built the basic publish_to: 'none' -version: 1.0.0+1 +version: 1.0.1+1 environment: sdk: ">=3.2.0 <4.0.0"