From 42af39b442a0605e7c5a0a59b04215ce04f52526 Mon Sep 17 00:00:00 2001 From: Pete Gregory Date: Fri, 2 Jan 2026 19:10:32 +0000 Subject: [PATCH] fix issue with version and app id --- android/app/build.gradle.kts | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 4c997c2..d9c08b9 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -31,7 +31,7 @@ val hasReleaseKeystore = listOf( android { namespace = "com.example.mileograph_flutter" - compileSdk = flutter.compileSdkVersion + compileSdk = 36 ndkVersion = "27.0.12077973" compileOptions { @@ -45,7 +45,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId = "com.iwdac.mileograph_flutter" + applicationId = "com.petegregoryy.mileograph_flutter" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = flutter.minSdkVersion diff --git a/pubspec.yaml b/pubspec.yaml index 1b0b5e4..a150fcc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.5.5+1 +version: 0.5.6+2 environment: sdk: ^3.8.1