Skip to content

Commit

Permalink
chore: define localProperties.applicationId
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem committed Dec 8, 2023
1 parent 8242d25 commit da782b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit da782b8

Please sign in to comment.