From 4d805672daa9de8694c52ec289cd6a97ba05b61a Mon Sep 17 00:00:00 2001 From: PiTrem Date: Thu, 7 Dec 2023 19:15:36 +0000 Subject: [PATCH] chore: define localProperties.applicationId --- android/app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index db793b4..3c490da 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -48,8 +48,7 @@ android { } defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.chemobile" + applicationId "com.chemotion.chemobile" minSdkVersion localProperties.getProperty('flutter.minSdkVersion').toInteger() targetSdkVersion localProperties.getProperty('flutter.targetSdkVersion').toInteger() versionCode flutterVersionCode.toInteger()