fix issue with version and app id
All checks were successful
Release / meta (push) Successful in 7s
Release / linux-build (push) Successful in 6m42s
Release / web-build (push) Successful in 5m38s
Release / android-build (push) Successful in 15m17s
Release / release-master (push) Successful in 24s
Release / release-dev (push) Successful in 28s

This commit is contained in:
2026-01-02 19:10:32 +00:00
parent 2fa66ff9c6
commit 42af39b442
2 changed files with 3 additions and 3 deletions

View File

@@ -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