Skip to content

Commit 312d52b

Browse files
authored
Merge pull request #57 from ashtanko/renovate/com.android.application-8.x
Update plugin com.android.application to v8.13.2
2 parents 2c1c304 + b3f5558 commit 312d52b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

android/app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ val keystoreProperties = Properties().apply {
1818
android {
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

android/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: The project of the empty template with Flutter has built the basic
33

44
publish_to: 'none'
55

6-
version: 1.0.0+1
6+
version: 1.0.1+1
77

88
environment:
99
sdk: ">=3.2.0 <4.0.0"

0 commit comments

Comments
 (0)