mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2026-04-07 16:22:38 +00:00
Fixed the package name to conform to standard in the repo
- replaced com.example with github.nisrulz
This commit is contained in:
@@ -38,7 +38,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.example.expense_planner"
|
||||
applicationId "github.nisrulz.expense_planner"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
|
||||
Reference in New Issue
Block a user