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()