Skip to content

Commit

Permalink
Fix package name (#187) (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: Sanketh B K <[email protected]>
  • Loading branch information
github-actions[bot] and SankethBK authored Dec 27, 2023
1 parent 8e9228d commit 476726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "me.sankethbk.dairyappdebug"
applicationId "me.sankethbk.dairyapp"
minSdkVersion 21
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
Expand Down

0 comments on commit 476726a

Please sign in to comment.