You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the command flutter build apk --release on Android device I got the application id is au.com.myapp.dev but the app name is PRO. Can any help me explain what is the problem? Ii expect that the application id would be au.com.myapp.pro
My config in gradle likes this
I have my .env like this
and my env.production like this
When I run the command
flutter build apk --release
on Android device I got the application id is au.com.myapp.dev but the app name is PRO. Can any help me explain what is the problem? Ii expect that the application id would beau.com.myapp.pro
My config in gradle likes this
The text was updated successfully, but these errors were encountered: