Skip to content

Commit

Permalink
android/app/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpusa committed Dec 2, 2024
1 parent 6b520b6 commit 397daf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

android {
namespace = "com.example.to_do"
namespace = "com.alpusa.to_do"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

Expand All @@ -21,7 +21,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.to_do"
applicationId = "com.alpusa.to_do"
// 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
Expand Down

0 comments on commit 397daf6

Please sign in to comment.